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