8 references to s_autoSize
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (8)
32
private static readonly int s_hideSelection = BitVector32.CreateMask(
s_autoSize
);
105
_textBoxFlags[
s_autoSize
| s_hideSelection | s_wordWrap | s_shortcutsEnabled] = true;
106
SetStyle(ControlStyles.FixedHeight, _textBoxFlags[
s_autoSize
]);
254
get => _textBoxFlags[
s_autoSize
];
262
if (_textBoxFlags[
s_autoSize
] != value)
264
_textBoxFlags[
s_autoSize
] = value;
1475
if (_textBoxFlags[
s_autoSize
] && !_textBoxFlags[s_multiline])
2198
if (_textBoxFlags[
s_autoSize
] && !_textBoxFlags[s_multiline])