2 writes to _scrollOrientation
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
46
_scrollOrientation
= ScrollOrientation.VerticalScroll;
50
_scrollOrientation
= ScrollOrientation.HorizontalScroll;
4 references to _scrollOrientation
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
487
if (
_scrollOrientation
== ScrollOrientation.VerticalScroll)
720
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