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)
482if (_scrollOrientation == ScrollOrientation.VerticalScroll) 715ScrollEventArgs se = new(type, oldValue, newValue, _scrollOrientation);
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarFirstPageButtonAccessibleObject.cs (1)
30return OwningScrollBar._scrollOrientation == ScrollOrientation.HorizontalScroll
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarLastPageButtonAccessibleObject.cs (1)
30return OwningScrollBar._scrollOrientation == ScrollOrientation.HorizontalScroll