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