2 writes to IsReadOnly
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
129this.IsReadOnly = state.IsReadOnly; 282this.IsReadOnly = state.IsReadOnly;
9 references to IsReadOnly
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (2)
195if (!designerView.IsReadOnly && !designerView.IsMultipleSelectionMode) 237if (!designerView.IsReadOnly)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (7)
752e.CanExecute = !this.IsReadOnly && CutCopyPasteHelper.CanCopy(this.Context); 767e.CanExecute = !this.IsReadOnly && CutCopyPasteHelper.CanPaste(this.Context); 792e.CanExecute = !this.IsReadOnly && CutCopyPasteHelper.CanCut(this.Context); 806e.CanExecute = !this.IsReadOnly && DeleteHelper.CanDelete(this.Context); 1297!this.IsReadOnly && null != this.variables1.CurrentVariableScope; 1312!this.IsReadOnly && null != this.arguments1.ActivitySchema; 1418bool precondition = !this.IsReadOnly && !string.IsNullOrWhiteSpace(typeName);