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