2 references to IsReadOnlyProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
145get { return (bool)GetValue(IsReadOnlyProperty); } 146set { SetValue(IsReadOnlyProperty, value); }