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