6 references to SB_HORZ
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
7493
if (PInvoke.GetScrollInfo(this, SCROLLBAR_CONSTANTS.
SB_HORZ
, ref si))
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2204
if (PInvoke.GetScrollInfo(this, SCROLLBAR_CONSTANTS.
SB_HORZ
, ref si))
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2741
if (PInvoke.GetScrollInfo(this, SCROLLBAR_CONSTANTS.
SB_HORZ
, ref si))
System\Windows\Forms\Scrolling\HScrollBar.cs (1)
18
cp.Style |= (int)SCROLLBAR_CONSTANTS.
SB_HORZ
;
System\Windows\Forms\Scrolling\HScrollProperties.cs (1)
17
private protected override SCROLLBAR_CONSTANTS Orientation => SCROLLBAR_CONSTANTS.
SB_HORZ
;
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1367
pos = ScrollThumbPosition(SCROLLBAR_CONSTANTS.
SB_HORZ
);