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