8 references to autoSize
System.Windows.Forms (8)
winforms\Managed\System\WinForms\TextBoxBase.cs (8)
52
private static readonly int hideSelection = BitVector32.CreateMask(
autoSize
);
119
textBoxFlags[
autoSize
| hideSelection | wordWrap | shortcutsEnabled] = true;
120
SetStyle(ControlStyles.FixedHeight, textBoxFlags[
autoSize
]);
259
return textBoxFlags[
autoSize
];
266
if (textBoxFlags[
autoSize
] != value) {
267
textBoxFlags[
autoSize
] = value;
1379
if (textBoxFlags[
autoSize
] && !textBoxFlags[multiline]) {
1990
if (textBoxFlags[
autoSize
] && !textBoxFlags[multiline])