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