55 references to _textBoxFlags
System.Windows.Forms (55)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (55)
94_textBoxFlags[s_autoSize | s_hideSelection | s_wordWrap | s_shortcutsEnabled] = true; 95SetStyle(ControlStyles.FixedHeight, _textBoxFlags[s_autoSize]); 125return _textBoxFlags[s_acceptsTab]; 129if (_textBoxFlags[s_acceptsTab] != value) 131_textBoxFlags[s_acceptsTab] = value; 157return _textBoxFlags[s_shortcutsEnabled]; 169_textBoxFlags[s_shortcutsEnabled] = value; 197if (_textBoxFlags[s_readOnly]) 251return _textBoxFlags[s_autoSize]; 259if (_textBoxFlags[s_autoSize] != value) 261_textBoxFlags[s_autoSize] = value; 407if (!_textBoxFlags[s_hideSelection]) 412if (_textBoxFlags[s_readOnly]) 430if (_textBoxFlags[s_multiline]) 433if (_textBoxFlags[s_wordWrap]) 523return _textBoxFlags[s_hideSelection]; 528if (_textBoxFlags[s_hideSelection] != value) 530_textBoxFlags[s_hideSelection] = value; 667if (_textBoxFlags[s_modified] != curState) 670_textBoxFlags[s_modified] = curState; 678return _textBoxFlags[s_modified]; 693_textBoxFlags[s_modified] = value; 720return _textBoxFlags[s_multiline]; 724if (_textBoxFlags[s_multiline] != value) 728_textBoxFlags[s_multiline] = value; 926return _textBoxFlags[s_readOnly]; 930if (_textBoxFlags[s_readOnly] != value) 932_textBoxFlags[s_readOnly] = value; 1106_textBoxFlags[s_codeUpdateText] = true; 1113_textBoxFlags[s_codeUpdateText] = false; 1128_textBoxFlags[s_codeUpdateText] = true; 1142_textBoxFlags[s_codeUpdateText] = false; 1158return _textBoxFlags[s_wordWrap]; 1164if (_textBoxFlags[s_wordWrap] != value) 1166_textBoxFlags[s_wordWrap] = value; 1189if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1200if (_textBoxFlags[s_multiline]) 1292_textBoxFlags[s_creatingHandle] = true; 1302_textBoxFlags[s_creatingHandle] = false; 1333return Multiline && _textBoxFlags[s_acceptsTab] && ((keyData & Keys.Control) == 0); 1378if (_textBoxFlags[s_modified]) 1383if (_textBoxFlags[s_scrollToCaretOnHandleCreated]) 1386_textBoxFlags[s_scrollToCaretOnHandleCreated] = false; 1392_textBoxFlags[s_modified] = Modified; 1393_textBoxFlags[s_setSelectionOnHandleCreated] = true; 1627_textBoxFlags[s_scrollToCaretOnHandleCreated] = true; 1753_textBoxFlags[s_setSelectionOnHandleCreated] = true; 1776if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1847if (_textBoxFlags[s_setSelectionOnHandleCreated]) 1849_textBoxFlags[s_setSelectionOnHandleCreated] = false; 2001if (!_textBoxFlags[s_codeUpdateText] && !_textBoxFlags[s_creatingHandle]) 2019if (!_textBoxFlags[s_multiline])