8 references to s_autoSize
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (8)
32private static readonly int s_hideSelection = BitVector32.CreateMask(s_autoSize); 105_textBoxFlags[s_autoSize | s_hideSelection | s_wordWrap | s_shortcutsEnabled] = true; 106SetStyle(ControlStyles.FixedHeight, _textBoxFlags[s_autoSize]); 254get => _textBoxFlags[s_autoSize]; 262if (_textBoxFlags[s_autoSize] != value) 264_textBoxFlags[s_autoSize] = value; 1475if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 2198if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline])