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