4 references to DesignerProperties
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPageControl.cs (1)
31if (DesignerProperties.GetIsInDesignMode(this))
PresentationFramework (2)
System\ComponentModel\DesignerProperties.cs (1)
38typeof(bool), typeof(DesignerProperties),
System\Windows\Shell\WindowChrome.cs (1)
64if (System.ComponentModel.DesignerProperties.GetIsInDesignMode(d))
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
310DesignerProperties.SetIsInDesignMode(childFrameworkElement, this.DesignMode);