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