2 overrides of Orientation
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\HScrollProperties.cs (1)
17private protected override SCROLLBAR_CONSTANTS Orientation => SCROLLBAR_CONSTANTS.SB_HORZ;
System\Windows\Forms\Scrolling\VScrollProperties.cs (1)
17private protected override SCROLLBAR_CONSTANTS Orientation => SCROLLBAR_CONSTANTS.SB_VERT;
2 references to Orientation
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollProperties.cs (2)
58Orientation, 274PInvoke.SetScrollInfo(_parent, Orientation, ref si, true);