2 writes to ScrollOrientation
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollEventArgs.cs (2)
29ScrollOrientation = scroll; 45ScrollOrientation = scroll;
6 references to ScrollOrientation
System.Windows.Forms.Tests (6)
System\Windows\Forms\ScrollBarTests.cs (2)
2488Assert.Equal(ScrollOrientation.HorizontalScroll, e.ScrollOrientation); 2843Assert.Equal(ScrollOrientation.HorizontalScroll, e.ScrollOrientation);
System\Windows\Forms\ScrollEventArgsTests.cs (4)
22Assert.Equal(ScrollOrientation.HorizontalScroll, e.ScrollOrientation); 36Assert.Equal(ScrollOrientation.HorizontalScroll, e.ScrollOrientation); 50Assert.Equal(scroll, e.ScrollOrientation); 64Assert.Equal(scroll, e.ScrollOrientation);