8 references to autoSize
System.Windows.Forms (8)
winforms\Managed\System\WinForms\TextBoxBase.cs (8)
52private static readonly int hideSelection = BitVector32.CreateMask(autoSize); 119textBoxFlags[autoSize | hideSelection | wordWrap | shortcutsEnabled] = true; 120SetStyle(ControlStyles.FixedHeight, textBoxFlags[autoSize]); 259return textBoxFlags[autoSize]; 266if (textBoxFlags[autoSize] != value) { 267textBoxFlags[autoSize] = value; 1379if (textBoxFlags[autoSize] && !textBoxFlags[multiline]) { 1990if (textBoxFlags[autoSize] && !textBoxFlags[multiline])