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;
413
if (!
_textBoxFlags
[s_hideSelection])
418
if (
_textBoxFlags
[s_readOnly])
436
if (
_textBoxFlags
[s_multiline])
439
if (
_textBoxFlags
[s_wordWrap])
529
return
_textBoxFlags
[s_hideSelection];
534
if (
_textBoxFlags
[s_hideSelection] != value)
536
_textBoxFlags
[s_hideSelection] = value;
673
if (
_textBoxFlags
[s_modified] != curState)
676
_textBoxFlags
[s_modified] = curState;
684
return
_textBoxFlags
[s_modified];
699
_textBoxFlags
[s_modified] = value;
726
return
_textBoxFlags
[s_multiline];
730
if (
_textBoxFlags
[s_multiline] != value)
734
_textBoxFlags
[s_multiline] = value;
932
return
_textBoxFlags
[s_readOnly];
936
if (
_textBoxFlags
[s_readOnly] != value)
938
_textBoxFlags
[s_readOnly] = value;
1119
_textBoxFlags
[s_codeUpdateText] = true;
1126
_textBoxFlags
[s_codeUpdateText] = false;
1141
_textBoxFlags
[s_codeUpdateText] = true;
1155
_textBoxFlags
[s_codeUpdateText] = false;
1171
return
_textBoxFlags
[s_wordWrap];
1177
if (
_textBoxFlags
[s_wordWrap] != value)
1179
_textBoxFlags
[s_wordWrap] = value;
1202
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1213
if (
_textBoxFlags
[s_multiline])
1305
_textBoxFlags
[s_creatingHandle] = true;
1315
_textBoxFlags
[s_creatingHandle] = false;
1346
return Multiline &&
_textBoxFlags
[s_acceptsTab] && ((keyData & Keys.Control) == 0);
1391
if (
_textBoxFlags
[s_modified])
1398
if (
_textBoxFlags
[s_scrollToCaretOnHandleCreated])
1401
_textBoxFlags
[s_scrollToCaretOnHandleCreated] = false;
1407
_textBoxFlags
[s_modified] = Modified;
1408
_textBoxFlags
[s_setSelectionOnHandleCreated] = true;
1642
_textBoxFlags
[s_scrollToCaretOnHandleCreated] = true;
1770
_textBoxFlags
[s_setSelectionOnHandleCreated] = true;
1793
if (
_textBoxFlags
[s_autoSize] && !
_textBoxFlags
[s_multiline])
1864
if (
_textBoxFlags
[s_setSelectionOnHandleCreated])
1866
_textBoxFlags
[s_setSelectionOnHandleCreated] = false;
2018
if (!
_textBoxFlags
[s_codeUpdateText] && !
_textBoxFlags
[s_creatingHandle])
2036
if (!
_textBoxFlags
[s_multiline])