System.Windows.Input.InputScopeName.EnsureInDesign C# (CSharp) Method

EnsureInDesign() static private method

static private EnsureInDesign ( ) : void
return void
		static void EnsureInDesign ()
		{
			if (!DesignerProperties.GetIsInDesignMode (Application.Current.RootVisual))
				throw new NotImplementedException ();
		}
	}