6 references to AcceptsTabProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
2096
SetValue(TextBox.
AcceptsTabProperty
, false);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
531
get { return (bool) GetValue(
AcceptsTabProperty
); }
532
set { SetValue(
AcceptsTabProperty
, value); }
src\Framework\System\windows\Documents\TextEditor.cs (2)
974
return _uiScope == null ? true : (bool)_uiScope.GetValue(TextBoxBase.
AcceptsTabProperty
);
981
_uiScope.SetValue(TextBoxBase.
AcceptsTabProperty
, value);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7864
DependencyProperty dp = System.Windows.Controls.Primitives.TextBoxBase.
AcceptsTabProperty
;