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;
106
SetStyle(ControlStyles.FixedHeight,
_textBoxFlags
[s_autoSize]);
130
get =>
_textBoxFlags
[s_acceptsTab];
133
if (
_textBoxFlags
[s_acceptsTab] != value)
135
_textBoxFlags
[s_acceptsTab] = value;
159
get =>
_textBoxFlags
[s_shortcutsEnabled];
171
_textBoxFlags
[s_shortcutsEnabled] = value;
199
if (
_textBoxFlags
[s_readOnly])
254
get =>
_textBoxFlags
[s_autoSize];
262
if (
_textBoxFlags
[s_autoSize] != value)
264
_textBoxFlags
[s_autoSize] = value;
436
if (!
_textBoxFlags
[s_hideSelection])
441
if (
_textBoxFlags
[s_readOnly])
460
if (
_textBoxFlags
[s_multiline])
464
if (
_textBoxFlags
[s_wordWrap])
550
get =>
_textBoxFlags
[s_hideSelection];
554
if (
_textBoxFlags
[s_hideSelection] != value)
556
_textBoxFlags
[s_hideSelection] = value;
689
return
_textBoxFlags
[s_modified];
697
if (
_textBoxFlags
[s_modified] != curState)
701
_textBoxFlags
[s_modified] = curState;
723
_textBoxFlags
[s_modified] = value;
748
get =>
_textBoxFlags
[s_multiline];
751
if (
_textBoxFlags
[s_multiline] == value)
762
_textBoxFlags
[s_multiline] = value;
1188
get =>
_textBoxFlags
[s_readOnly];
1192
if (
_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;
1438
get =>
_textBoxFlags
[s_wordWrap];
1448
if (
_textBoxFlags
[s_wordWrap] != value)
1450
_textBoxFlags
[s_wordWrap] = value;
1476
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1487
if (
_textBoxFlags
[s_multiline])
1512
if (!
_textBoxFlags
[s_autoSize]
1513
|| !
_textBoxFlags
[s_multiline]
1607
_textBoxFlags
[s_creatingHandle] = true;
1618
_textBoxFlags
[s_creatingHandle] = false;
1653
return Multiline &&
_textBoxFlags
[s_acceptsTab] && ((keyData & Keys.Control) == 0);
1701
if (
_textBoxFlags
[s_modified])
1708
if (
_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;
2221
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
2287
if (
_textBoxFlags
[s_setSelectionOnHandleCreated])
2289
_textBoxFlags
[s_setSelectionOnHandleCreated] = false;
3060
if (
_textBoxFlags
[s_codeUpdateText] ||
_textBoxFlags
[s_creatingHandle])
3082
if (!
_textBoxFlags
[s_multiline])