1 write to IsReadOnly
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
356this.IsReadOnly = false;
2 references to IsReadOnly
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
401if (!this.IsReadOnly) 424bool isInReadOnlyMode = this.IsReadOnly;