5 references to acceptsTab
System.Windows.Forms (5)
winforms\Managed\System\WinForms\TextBoxBase.cs (5)
57
private static readonly int wordWrap = BitVector32.CreateMask(
acceptsTab
);
150
return textBoxFlags[
acceptsTab
];
153
if (textBoxFlags[
acceptsTab
] != value) {
154
textBoxFlags[
acceptsTab
] = value;
1525
return Multiline && textBoxFlags[
acceptsTab
] && ((keyData & Keys.Control) == 0);