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; 408if (!_textBoxFlags[s_hideSelection]) 413if (_textBoxFlags[s_readOnly]) 431if (_textBoxFlags[s_multiline]) 434if (_textBoxFlags[s_wordWrap]) 524return _textBoxFlags[s_hideSelection]; 529if (_textBoxFlags[s_hideSelection] != value) 531_textBoxFlags[s_hideSelection] = value; 668if (_textBoxFlags[s_modified] != curState) 671_textBoxFlags[s_modified] = curState; 679return _textBoxFlags[s_modified]; 694_textBoxFlags[s_modified] = value; 721return _textBoxFlags[s_multiline]; 725if (_textBoxFlags[s_multiline] != value) 729_textBoxFlags[s_multiline] = value; 927return _textBoxFlags[s_readOnly]; 931if (_textBoxFlags[s_readOnly] != value) 933_textBoxFlags[s_readOnly] = value; 1113_textBoxFlags[s_codeUpdateText] = true; 1120_textBoxFlags[s_codeUpdateText] = false; 1135_textBoxFlags[s_codeUpdateText] = true; 1149_textBoxFlags[s_codeUpdateText] = false; 1165return _textBoxFlags[s_wordWrap]; 1171if (_textBoxFlags[s_wordWrap] != value) 1173_textBoxFlags[s_wordWrap] = value; 1196if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1207if (_textBoxFlags[s_multiline]) 1299_textBoxFlags[s_creatingHandle] = true; 1309_textBoxFlags[s_creatingHandle] = false; 1340return Multiline && _textBoxFlags[s_acceptsTab] && ((keyData & Keys.Control) == 0); 1385if (_textBoxFlags[s_modified]) 1392if (_textBoxFlags[s_scrollToCaretOnHandleCreated]) 1395_textBoxFlags[s_scrollToCaretOnHandleCreated] = false; 1401_textBoxFlags[s_modified] = Modified; 1402_textBoxFlags[s_setSelectionOnHandleCreated] = true; 1636_textBoxFlags[s_scrollToCaretOnHandleCreated] = true; 1764_textBoxFlags[s_setSelectionOnHandleCreated] = true; 1787if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1858if (_textBoxFlags[s_setSelectionOnHandleCreated]) 1860_textBoxFlags[s_setSelectionOnHandleCreated] = false; 2012if (!_textBoxFlags[s_codeUpdateText] && !_textBoxFlags[s_creatingHandle]) 2030if (!_textBoxFlags[s_multiline])