1 write to isDesignMode
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
340
this.
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)
338
if (!this.
isDesignMode
.HasValue)
343
return this.
isDesignMode
.Value;