2 references to UnsupportedEditorMessageProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
294
get { return (string)GetValue(
UnsupportedEditorMessageProperty
); }
295
set { SetValue(
UnsupportedEditorMessageProperty
, value); }