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;
95
SetStyle(ControlStyles.FixedHeight,
_textBoxFlags
[s_autoSize]);
121
return
_textBoxFlags
[s_acceptsTab];
125
if (
_textBoxFlags
[s_acceptsTab] != value)
127
_textBoxFlags
[s_acceptsTab] = value;
153
return
_textBoxFlags
[s_shortcutsEnabled];
165
_textBoxFlags
[s_shortcutsEnabled] = value;
193
if (
_textBoxFlags
[s_readOnly])
247
return
_textBoxFlags
[s_autoSize];
255
if (
_textBoxFlags
[s_autoSize] != value)
257
_textBoxFlags
[s_autoSize] = value;
408
if (!
_textBoxFlags
[s_hideSelection])
413
if (
_textBoxFlags
[s_readOnly])
431
if (
_textBoxFlags
[s_multiline])
434
if (
_textBoxFlags
[s_wordWrap])
524
return
_textBoxFlags
[s_hideSelection];
529
if (
_textBoxFlags
[s_hideSelection] != value)
531
_textBoxFlags
[s_hideSelection] = value;
668
if (
_textBoxFlags
[s_modified] != curState)
671
_textBoxFlags
[s_modified] = curState;
679
return
_textBoxFlags
[s_modified];
694
_textBoxFlags
[s_modified] = value;
721
return
_textBoxFlags
[s_multiline];
725
if (
_textBoxFlags
[s_multiline] != value)
729
_textBoxFlags
[s_multiline] = value;
927
return
_textBoxFlags
[s_readOnly];
931
if (
_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;
1165
return
_textBoxFlags
[s_wordWrap];
1171
if (
_textBoxFlags
[s_wordWrap] != value)
1173
_textBoxFlags
[s_wordWrap] = value;
1196
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1207
if (
_textBoxFlags
[s_multiline])
1299
_textBoxFlags
[s_creatingHandle] = true;
1309
_textBoxFlags
[s_creatingHandle] = false;
1340
return Multiline &&
_textBoxFlags
[s_acceptsTab] && ((keyData & Keys.Control) == 0);
1385
if (
_textBoxFlags
[s_modified])
1392
if (
_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;
1787
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1858
if (
_textBoxFlags
[s_setSelectionOnHandleCreated])
1860
_textBoxFlags
[s_setSelectionOnHandleCreated] = false;
2012
if (!
_textBoxFlags
[s_codeUpdateText] && !
_textBoxFlags
[s_creatingHandle])
2030
if (!
_textBoxFlags
[s_multiline])