6 references to AcceptsTabProperty
PresentationFramework (6)
System\Windows\Controls\DocumentViewer.cs (1)
1990
SetValue(TextBox.
AcceptsTabProperty
, false);
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
500
get { return (bool) GetValue(
AcceptsTabProperty
); }
501
set { SetValue(
AcceptsTabProperty
, value); }
System\windows\Documents\TextEditor.cs (2)
934
return _uiScope == null ? true : (bool)_uiScope.GetValue(TextBoxBase.
AcceptsTabProperty
);
941
_uiScope.SetValue(TextBoxBase.
AcceptsTabProperty
, value);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8541
DependencyProperty dp = System.Windows.Controls.Primitives.TextBoxBase.
AcceptsTabProperty
;