57 references to _textBoxFlags
System.Windows.Forms (57)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (57)
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; 1188get => _textBoxFlags[s_readOnly]; 1192if (_textBoxFlags[s_readOnly] == value) 1197_textBoxFlags[s_readOnly] = value; 1386_textBoxFlags[s_codeUpdateText] = true; 1394_textBoxFlags[s_codeUpdateText] = false; 1409_textBoxFlags[s_codeUpdateText] = true; 1424_textBoxFlags[s_codeUpdateText] = false; 1438get => _textBoxFlags[s_wordWrap]; 1448if (_textBoxFlags[s_wordWrap] != value) 1450_textBoxFlags[s_wordWrap] = value; 1476if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 1487if (_textBoxFlags[s_multiline]) 1512if (!_textBoxFlags[s_autoSize] 1513|| !_textBoxFlags[s_multiline] 1607_textBoxFlags[s_creatingHandle] = true; 1618_textBoxFlags[s_creatingHandle] = false; 1653return Multiline && _textBoxFlags[s_acceptsTab] && ((keyData & Keys.Control) == 0); 1701if (_textBoxFlags[s_modified]) 1708if (_textBoxFlags[s_scrollToCaretOnHandleCreated]) 1711_textBoxFlags[s_scrollToCaretOnHandleCreated] = false; 1721_textBoxFlags[s_modified] = Modified; 1722_textBoxFlags[s_setSelectionOnHandleCreated] = true; 2103_textBoxFlags[s_scrollToCaretOnHandleCreated] = true; 2180_textBoxFlags[s_setSelectionOnHandleCreated] = true; 2221if (_textBoxFlags[s_autoSize] && !_textBoxFlags[s_multiline]) 2287if (_textBoxFlags[s_setSelectionOnHandleCreated]) 2289_textBoxFlags[s_setSelectionOnHandleCreated] = false; 3060if (_textBoxFlags[s_codeUpdateText] || _textBoxFlags[s_creatingHandle]) 3082if (!_textBoxFlags[s_multiline])