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]);
125
return
_textBoxFlags
[s_acceptsTab];
129
if (
_textBoxFlags
[s_acceptsTab] != value)
131
_textBoxFlags
[s_acceptsTab] = value;
157
return
_textBoxFlags
[s_shortcutsEnabled];
169
_textBoxFlags
[s_shortcutsEnabled] = value;
197
if (
_textBoxFlags
[s_readOnly])
251
return
_textBoxFlags
[s_autoSize];
259
if (
_textBoxFlags
[s_autoSize] != value)
261
_textBoxFlags
[s_autoSize] = value;
407
if (!
_textBoxFlags
[s_hideSelection])
412
if (
_textBoxFlags
[s_readOnly])
430
if (
_textBoxFlags
[s_multiline])
433
if (
_textBoxFlags
[s_wordWrap])
523
return
_textBoxFlags
[s_hideSelection];
528
if (
_textBoxFlags
[s_hideSelection] != value)
530
_textBoxFlags
[s_hideSelection] = value;
667
if (
_textBoxFlags
[s_modified] != curState)
670
_textBoxFlags
[s_modified] = curState;
678
return
_textBoxFlags
[s_modified];
693
_textBoxFlags
[s_modified] = value;
720
return
_textBoxFlags
[s_multiline];
724
if (
_textBoxFlags
[s_multiline] != value)
728
_textBoxFlags
[s_multiline] = value;
926
return
_textBoxFlags
[s_readOnly];
930
if (
_textBoxFlags
[s_readOnly] != value)
932
_textBoxFlags
[s_readOnly] = value;
1106
_textBoxFlags
[s_codeUpdateText] = true;
1113
_textBoxFlags
[s_codeUpdateText] = false;
1128
_textBoxFlags
[s_codeUpdateText] = true;
1142
_textBoxFlags
[s_codeUpdateText] = false;
1158
return
_textBoxFlags
[s_wordWrap];
1164
if (
_textBoxFlags
[s_wordWrap] != value)
1166
_textBoxFlags
[s_wordWrap] = value;
1189
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1200
if (
_textBoxFlags
[s_multiline])
1292
_textBoxFlags
[s_creatingHandle] = true;
1302
_textBoxFlags
[s_creatingHandle] = false;
1333
return Multiline &&
_textBoxFlags
[s_acceptsTab] && ((keyData & Keys.Control) == 0);
1378
if (
_textBoxFlags
[s_modified])
1383
if (
_textBoxFlags
[s_scrollToCaretOnHandleCreated])
1386
_textBoxFlags
[s_scrollToCaretOnHandleCreated] = false;
1392
_textBoxFlags
[s_modified] = Modified;
1393
_textBoxFlags
[s_setSelectionOnHandleCreated] = true;
1627
_textBoxFlags
[s_scrollToCaretOnHandleCreated] = true;
1753
_textBoxFlags
[s_setSelectionOnHandleCreated] = true;
1776
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1847
if (
_textBoxFlags
[s_setSelectionOnHandleCreated])
1849
_textBoxFlags
[s_setSelectionOnHandleCreated] = false;
2001
if (!
_textBoxFlags
[s_codeUpdateText] && !
_textBoxFlags
[s_creatingHandle])
2019
if (!
_textBoxFlags
[s_multiline])