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