1 write to isDesignMode
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
340this.isDesignMode = DesignerProperties.GetIsInDesignMode(this);
2 references to isDesignMode
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
338if (!this.isDesignMode.HasValue) 343return this.isDesignMode.Value;