3 references to IsReadOnlyProperty
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
201
this.SetBinding(
IsReadOnlyProperty
, readOnlyBinding);
322
get { return (bool)GetValue(
IsReadOnlyProperty
); }
323
private set { SetValue(
IsReadOnlyProperty
, value); }