5 references to s_acceptsTab
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (5)
37private static readonly int s_wordWrap = BitVector32.CreateMask(s_acceptsTab); 130get => _textBoxFlags[s_acceptsTab]; 133if (_textBoxFlags[s_acceptsTab] != value) 135_textBoxFlags[s_acceptsTab] = value; 1632return Multiline && _textBoxFlags[s_acceptsTab] && ((keyData & Keys.Control) == 0);