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