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
]);
247
return _textBoxFlags[
s_autoSize
];
255
if (_textBoxFlags[
s_autoSize
] != value)
257
_textBoxFlags[
s_autoSize
] = value;
1202
if (_textBoxFlags[
s_autoSize
] && !_textBoxFlags[s_multiline])
1793
if (_textBoxFlags[
s_autoSize
] && !_textBoxFlags[s_multiline])