2 references to ES_AUTOHSCROLL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
492
cp.Style |= NativeMethods.
ES_AUTOHSCROLL
| NativeMethods.ES_AUTOVSCROLL;
508
if (textBoxFlags[wordWrap]) cp.Style &= ~NativeMethods.
ES_AUTOHSCROLL
;