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; 1098_textBoxFlags[s_codeUpdateText] = true; 1105_textBoxFlags[s_codeUpdateText] = false; 1120_textBoxFlags[s_codeUpdateText] = true; 1134_textBoxFlags[s_codeUpdateText] = false; 1150return _textBoxFlags[s_wordWrap]; 1156if (_textBoxFlags[s_wordWrap] != value) 1158_textBoxFlags[s_wordWrap] = value; 1181if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1192if (_textBoxFlags[s_multiline]) 1284_textBoxFlags[s_creatingHandle] = true; 1294_textBoxFlags[s_creatingHandle] = false; 1325return Multiline && _textBoxFlags[s_acceptsTab] && ((keyData & Keys.Control) == 0); 1370if (_textBoxFlags[s_modified]) 1375if (_textBoxFlags[s_scrollToCaretOnHandleCreated]) 1378_textBoxFlags[s_scrollToCaretOnHandleCreated] = false; 1384_textBoxFlags[s_modified] = Modified; 1385_textBoxFlags[s_setSelectionOnHandleCreated] = true; 1619_textBoxFlags[s_scrollToCaretOnHandleCreated] = true; 1745_textBoxFlags[s_setSelectionOnHandleCreated] = true; 1768if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1839if (_textBoxFlags[s_setSelectionOnHandleCreated]) 1841_textBoxFlags[s_setSelectionOnHandleCreated] = false; 1993if (!_textBoxFlags[s_codeUpdateText] && !_textBoxFlags[s_creatingHandle]) 2011if (!_textBoxFlags[s_multiline])