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