8 references to s_autoSize
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (8)
31private static readonly int s_hideSelection = BitVector32.CreateMask(s_autoSize); 94_textBoxFlags[s_autoSize | s_hideSelection | s_wordWrap | s_shortcutsEnabled] = true; 95SetStyle(ControlStyles.FixedHeight, _textBoxFlags[s_autoSize]); 251return _textBoxFlags[s_autoSize]; 259if (_textBoxFlags[s_autoSize] != value) 261_textBoxFlags[s_autoSize] = value; 1189if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1776if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline])