5 references to s_acceptsTab
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (5)
36private static readonly int s_wordWrap = BitVector32.CreateMask(s_acceptsTab); 125return _textBoxFlags[s_acceptsTab]; 129if (_textBoxFlags[s_acceptsTab] != value) 131_textBoxFlags[s_acceptsTab] = value; 1333return Multiline && _textBoxFlags[s_acceptsTab] && ((keyData & Keys.Control) == 0);