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]); 121return _textBoxFlags[s_acceptsTab]; 125if (_textBoxFlags[s_acceptsTab] != value) 127_textBoxFlags[s_acceptsTab] = value; 153return _textBoxFlags[s_shortcutsEnabled]; 165_textBoxFlags[s_shortcutsEnabled] = value; 193if (_textBoxFlags[s_readOnly]) 247return _textBoxFlags[s_autoSize]; 255if (_textBoxFlags[s_autoSize] != value) 257_textBoxFlags[s_autoSize] = value; 413if (!_textBoxFlags[s_hideSelection]) 418if (_textBoxFlags[s_readOnly]) 436if (_textBoxFlags[s_multiline]) 439if (_textBoxFlags[s_wordWrap]) 529return _textBoxFlags[s_hideSelection]; 534if (_textBoxFlags[s_hideSelection] != value) 536_textBoxFlags[s_hideSelection] = value; 673if (_textBoxFlags[s_modified] != curState) 676_textBoxFlags[s_modified] = curState; 684return _textBoxFlags[s_modified]; 699_textBoxFlags[s_modified] = value; 726return _textBoxFlags[s_multiline]; 730if (_textBoxFlags[s_multiline] != value) 734_textBoxFlags[s_multiline] = value; 932return _textBoxFlags[s_readOnly]; 936if (_textBoxFlags[s_readOnly] != value) 938_textBoxFlags[s_readOnly] = value; 1119_textBoxFlags[s_codeUpdateText] = true; 1126_textBoxFlags[s_codeUpdateText] = false; 1141_textBoxFlags[s_codeUpdateText] = true; 1155_textBoxFlags[s_codeUpdateText] = false; 1171return _textBoxFlags[s_wordWrap]; 1177if (_textBoxFlags[s_wordWrap] != value) 1179_textBoxFlags[s_wordWrap] = value; 1202if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1213if (_textBoxFlags[s_multiline]) 1305_textBoxFlags[s_creatingHandle] = true; 1315_textBoxFlags[s_creatingHandle] = false; 1346return Multiline && _textBoxFlags[s_acceptsTab] && ((keyData & Keys.Control) == 0); 1391if (_textBoxFlags[s_modified]) 1398if (_textBoxFlags[s_scrollToCaretOnHandleCreated]) 1401_textBoxFlags[s_scrollToCaretOnHandleCreated] = false; 1407_textBoxFlags[s_modified] = Modified; 1408_textBoxFlags[s_setSelectionOnHandleCreated] = true; 1642_textBoxFlags[s_scrollToCaretOnHandleCreated] = true; 1770_textBoxFlags[s_setSelectionOnHandleCreated] = true; 1793if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1864if (_textBoxFlags[s_setSelectionOnHandleCreated]) 1866_textBoxFlags[s_setSelectionOnHandleCreated] = false; 2018if (!_textBoxFlags[s_codeUpdateText] && !_textBoxFlags[s_creatingHandle]) 2036if (!_textBoxFlags[s_multiline])