3 references to IsReadOnlyProperty
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Expressions\ExpressionActivityEditor.cs (2)
127
get { return (bool)GetValue(
IsReadOnlyProperty
); }
128
set { SetValue(
IsReadOnlyProperty
, value); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
769
SetBinding("IsReadOnly", ExpressionActivityEditor.
IsReadOnlyProperty
, editor, expressionTextBox);