1 implementation of IsReadOnly
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (1)
47
public bool
IsReadOnly
2 writes to IsReadOnly
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
129
this.floatingAnnotation.
IsReadOnly
= this.EditingContext.Items.GetValue<ReadOnlyState>().IsReadOnly;
328
this.floatingAnnotation.
IsReadOnly
= state.IsReadOnly;