4 references to IsReadOnlyProperty
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
199
this.SetBinding(
IsReadOnlyProperty
, readOnlyBinding);
254
BindingOperations.ClearBinding(this,
IsReadOnlyProperty
);
328
get { return (bool)GetValue(
IsReadOnlyProperty
); }
329
private set { SetValue(
IsReadOnlyProperty
, value); }