5 references to ES_AUTOVSCROLL
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
407cp.Style |= PInvoke.ES_AUTOHSCROLL | PInvoke.ES_AUTOVSCROLL;
System.Windows.Forms.Primitives.Tests (3)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (3)
20| (WINDOW_STYLE)(PInvoke.ES_MULTILINE | PInvoke.ES_LEFT | PInvoke.ES_AUTOHSCROLL | PInvoke.ES_AUTOVSCROLL)); 34| (WINDOW_STYLE)(PInvoke.ES_LEFT | PInvoke.ES_AUTOHSCROLL | PInvoke.ES_AUTOVSCROLL)); 47| (WINDOW_STYLE)(PInvoke.ES_MULTILINE | PInvoke.ES_LEFT | PInvoke.ES_AUTOHSCROLL | PInvoke.ES_AUTOVSCROLL));
System.Windows.Forms.Tests (1)
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (1)
596Assert.NotEqual(0, ((int)actual & PInvoke.ES_AUTOVSCROLL));