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