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