10 references to DesignerProperties
PresentationFramework (2)
src\Framework\System\ComponentModel\DesignerProperties.cs (1)
45typeof(bool), typeof(DesignerProperties),
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
66if (System.ComponentModel.DesignerProperties.GetIsInDesignMode(d))
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
207if (!DesignerProperties.GetIsInDesignMode(toolboxControl)) 347if (!DesignerProperties.GetIsInDesignMode(this))
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
340this.isDesignMode = DesignerProperties.GetIsInDesignMode(this);
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
219if (!DesignerProperties.GetIsInDesignMode(this))
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (2)
247if (!DesignerProperties.GetIsInDesignMode(this) && !TryGetParentExtensionWindow(this, out dummy, out this.surface)) 286if (!DesignerProperties.GetIsInDesignMode(this) && null != this.presenter && null == this.presenter.Content)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (1)
125if (!DesignerProperties.GetIsInDesignMode(this) &&
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowResizeGrip.cs (1)
77if (!DesignerProperties.GetIsInDesignMode(this) &&