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