55 references to _textBoxFlags
System.Windows.Forms (55)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (55)
105_textBoxFlags[s_autoSize | s_hideSelection | s_wordWrap | s_shortcutsEnabled] = true; 106SetStyle(ControlStyles.FixedHeight, _textBoxFlags[s_autoSize]); 130get => _textBoxFlags[s_acceptsTab]; 133if (_textBoxFlags[s_acceptsTab] != value) 135_textBoxFlags[s_acceptsTab] = value; 159get => _textBoxFlags[s_shortcutsEnabled]; 171_textBoxFlags[s_shortcutsEnabled] = value; 199if (_textBoxFlags[s_readOnly]) 254get => _textBoxFlags[s_autoSize]; 262if (_textBoxFlags[s_autoSize] != value) 264_textBoxFlags[s_autoSize] = value; 436if (!_textBoxFlags[s_hideSelection]) 441if (_textBoxFlags[s_readOnly]) 460if (_textBoxFlags[s_multiline]) 464if (_textBoxFlags[s_wordWrap]) 550get => _textBoxFlags[s_hideSelection]; 554if (_textBoxFlags[s_hideSelection] != value) 556_textBoxFlags[s_hideSelection] = value; 689return _textBoxFlags[s_modified]; 697if (_textBoxFlags[s_modified] != curState) 701_textBoxFlags[s_modified] = curState; 723_textBoxFlags[s_modified] = value; 748get => _textBoxFlags[s_multiline]; 751if (_textBoxFlags[s_multiline] == value) 762_textBoxFlags[s_multiline] = value; 1187get => _textBoxFlags[s_readOnly]; 1191if (_textBoxFlags[s_readOnly] == value) 1196_textBoxFlags[s_readOnly] = value; 1385_textBoxFlags[s_codeUpdateText] = true; 1393_textBoxFlags[s_codeUpdateText] = false; 1408_textBoxFlags[s_codeUpdateText] = true; 1423_textBoxFlags[s_codeUpdateText] = false; 1437get => _textBoxFlags[s_wordWrap]; 1447if (_textBoxFlags[s_wordWrap] != value) 1449_textBoxFlags[s_wordWrap] = value; 1475if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1486if (_textBoxFlags[s_multiline]) 1586_textBoxFlags[s_creatingHandle] = true; 1597_textBoxFlags[s_creatingHandle] = false; 1632return Multiline && _textBoxFlags[s_acceptsTab] && ((keyData & Keys.Control) == 0); 1680if (_textBoxFlags[s_modified]) 1687if (_textBoxFlags[s_scrollToCaretOnHandleCreated]) 1690_textBoxFlags[s_scrollToCaretOnHandleCreated] = false; 1700_textBoxFlags[s_modified] = Modified; 1701_textBoxFlags[s_setSelectionOnHandleCreated] = true; 2080_textBoxFlags[s_scrollToCaretOnHandleCreated] = true; 2157_textBoxFlags[s_setSelectionOnHandleCreated] = true; 2198if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 2264if (_textBoxFlags[s_setSelectionOnHandleCreated]) 2266_textBoxFlags[s_setSelectionOnHandleCreated] = false; 2984if (_textBoxFlags[s_codeUpdateText] || _textBoxFlags[s_creatingHandle]) 3006if (!_textBoxFlags[s_multiline])