1 write to _scrollOrientation
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
40
_scrollOrientation
= (CreateParams.Style & (int)SCROLLBAR_CONSTANTS.SB_VERT) != 0
4 references to _scrollOrientation
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
482
if (
_scrollOrientation
== ScrollOrientation.VerticalScroll)
715
ScrollEventArgs se = new(type, oldValue, newValue,
_scrollOrientation
);
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarFirstPageButtonAccessibleObject.cs (1)
30
return OwningScrollBar.
_scrollOrientation
== ScrollOrientation.HorizontalScroll
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarLastPageButtonAccessibleObject.cs (1)
30
return OwningScrollBar.
_scrollOrientation
== ScrollOrientation.HorizontalScroll