3 references to DesignerProperties
PresentationFramework (2)
System\ComponentModel\DesignerProperties.cs (1)
39typeof(bool), typeof(DesignerProperties),
System\Windows\Shell\WindowChrome.cs (1)
65if (System.ComponentModel.DesignerProperties.GetIsInDesignMode(d))
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
311DesignerProperties.SetIsInDesignMode(childFrameworkElement, this.DesignMode);