3 references to IsReadOnlyProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
317get { return (bool)GetValue(IsReadOnlyProperty); } 318set { SetValue(IsReadOnlyProperty, value); }
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
199readOnlyBinding.Path = new PropertyPath(DesignerView.IsReadOnlyProperty);