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