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