3 references to AcceptsTabProperty
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Expressions\ExpressionActivityEditor.cs (2)
121
get { return (bool)GetValue(
AcceptsTabProperty
); }
122
set { SetValue(
AcceptsTabProperty
, value); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
763
SetBinding("AcceptsTab", ExpressionActivityEditor.
AcceptsTabProperty
, editor, expressionTextBox);