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