2 references to SBS_VERT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ScrollBar.cs (1)
66if ((this.CreateParams.Style & NativeMethods.SBS_VERT) != 0)
winforms\Managed\System\WinForms\VScrollBar.cs (1)
47cp.Style |= NativeMethods.SBS_VERT;