2 references to IsReadOnlyProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\DockedAnnotationView.xaml.cs (2)
32get { return (bool)GetValue(IsReadOnlyProperty); } 33set { SetValue(IsReadOnlyProperty, value); }