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