2 writes to scrollOrientation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ScrollBar.cs (2)
68
scrollOrientation
= ScrollOrientation.VerticalScroll;
72
scrollOrientation
= ScrollOrientation.HorizontalScroll;
2 references to scrollOrientation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ScrollBar.cs (2)
670
if (
scrollOrientation
== ScrollOrientation.VerticalScroll) {
907
ScrollEventArgs se = new ScrollEventArgs(type, oldValue, newValue, this.
scrollOrientation
);