1 implementation of IsReadOnly
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\DockedAnnotationView.xaml.cs (1)
30
public bool
IsReadOnly
2 writes to IsReadOnly
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
148
this.dockedAnnotation.
IsReadOnly
= this.EditingContext.Items.GetValue<ReadOnlyState>().IsReadOnly;
333
this.dockedAnnotation.
IsReadOnly
= state.IsReadOnly;