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