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;
1098
_textBoxFlags
[s_codeUpdateText] = true;
1105
_textBoxFlags
[s_codeUpdateText] = false;
1120
_textBoxFlags
[s_codeUpdateText] = true;
1134
_textBoxFlags
[s_codeUpdateText] = false;
1150
return
_textBoxFlags
[s_wordWrap];
1156
if (
_textBoxFlags
[s_wordWrap] != value)
1158
_textBoxFlags
[s_wordWrap] = value;
1181
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1192
if (
_textBoxFlags
[s_multiline])
1284
_textBoxFlags
[s_creatingHandle] = true;
1294
_textBoxFlags
[s_creatingHandle] = false;
1325
return Multiline &&
_textBoxFlags
[s_acceptsTab] && ((keyData & Keys.Control) == 0);
1370
if (
_textBoxFlags
[s_modified])
1375
if (
_textBoxFlags
[s_scrollToCaretOnHandleCreated])
1378
_textBoxFlags
[s_scrollToCaretOnHandleCreated] = false;
1384
_textBoxFlags
[s_modified] = Modified;
1385
_textBoxFlags
[s_setSelectionOnHandleCreated] = true;
1619
_textBoxFlags
[s_scrollToCaretOnHandleCreated] = true;
1745
_textBoxFlags
[s_setSelectionOnHandleCreated] = true;
1768
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1839
if (
_textBoxFlags
[s_setSelectionOnHandleCreated])
1841
_textBoxFlags
[s_setSelectionOnHandleCreated] = false;
1993
if (!
_textBoxFlags
[s_codeUpdateText] && !
_textBoxFlags
[s_creatingHandle])
2011
if (!
_textBoxFlags
[s_multiline])