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