8 references to s_autoSize
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (8)
31
private static readonly int s_hideSelection = BitVector32.CreateMask(
s_autoSize
);
94
_textBoxFlags[
s_autoSize
| s_hideSelection | s_wordWrap | s_shortcutsEnabled] = true;
95
SetStyle(ControlStyles.FixedHeight, _textBoxFlags[
s_autoSize
]);
251
return _textBoxFlags[
s_autoSize
];
259
if (_textBoxFlags[
s_autoSize
] != value)
261
_textBoxFlags[
s_autoSize
] = value;
1189
if (_textBoxFlags[
s_autoSize
] && !_textBoxFlags[s_multiline])
1776
if (_textBoxFlags[
s_autoSize
] && !_textBoxFlags[s_multiline])