55 references to _textBoxFlags
System.Windows.Forms (55)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (55)
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;
1187
get =>
_textBoxFlags
[s_readOnly];
1191
if (
_textBoxFlags
[s_readOnly] == value)
1196
_textBoxFlags
[s_readOnly] = value;
1385
_textBoxFlags
[s_codeUpdateText] = true;
1393
_textBoxFlags
[s_codeUpdateText] = false;
1408
_textBoxFlags
[s_codeUpdateText] = true;
1423
_textBoxFlags
[s_codeUpdateText] = false;
1437
get =>
_textBoxFlags
[s_wordWrap];
1447
if (
_textBoxFlags
[s_wordWrap] != value)
1449
_textBoxFlags
[s_wordWrap] = value;
1475
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1486
if (
_textBoxFlags
[s_multiline])
1586
_textBoxFlags
[s_creatingHandle] = true;
1597
_textBoxFlags
[s_creatingHandle] = false;
1632
return Multiline &&
_textBoxFlags
[s_acceptsTab] && ((keyData & Keys.Control) == 0);
1680
if (
_textBoxFlags
[s_modified])
1687
if (
_textBoxFlags
[s_scrollToCaretOnHandleCreated])
1690
_textBoxFlags
[s_scrollToCaretOnHandleCreated] = false;
1700
_textBoxFlags
[s_modified] = Modified;
1701
_textBoxFlags
[s_setSelectionOnHandleCreated] = true;
2080
_textBoxFlags
[s_scrollToCaretOnHandleCreated] = true;
2157
_textBoxFlags
[s_setSelectionOnHandleCreated] = true;
2198
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
2264
if (
_textBoxFlags
[s_setSelectionOnHandleCreated])
2266
_textBoxFlags
[s_setSelectionOnHandleCreated] = false;
2984
if (
_textBoxFlags
[s_codeUpdateText] ||
_textBoxFlags
[s_creatingHandle])
3006
if (!
_textBoxFlags
[s_multiline])