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