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