5 references to SB_VERT
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1273
pos = ScrollThumbPosition(SCROLLBAR_CONSTANTS.
SB_VERT
);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
40
_scrollOrientation = (CreateParams.Style & (int)SCROLLBAR_CONSTANTS.
SB_VERT
) != 0
System\Windows\Forms\Scrolling\VScrollBar.cs (1)
22
cp.Style |= (int)SCROLLBAR_CONSTANTS.
SB_VERT
;
System\Windows\Forms\Scrolling\VScrollProperties.cs (1)
17
private protected override SCROLLBAR_CONSTANTS Orientation => SCROLLBAR_CONSTANTS.
SB_VERT
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollBarTests.cs (1)
3152
cp.Style |= (int)SCROLLBAR_CONSTANTS.
SB_VERT
;