3 references to IsSupportedExpressionProperty
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Expressions\ExpressionActivityEditor.cs (2)
109
get { return (bool)GetValue(
IsSupportedExpressionProperty
); }
110
set { SetValue(
IsSupportedExpressionProperty
, value); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
759
SetBinding("IsSupportedExpression", ExpressionActivityEditor.
IsSupportedExpressionProperty
, editor, expressionTextBox, BindingMode.OneWayToSource, null);