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)
2486Assert.Equal(ScrollOrientation.HorizontalScroll, e.ScrollOrientation); 2841Assert.Equal(ScrollOrientation.HorizontalScroll, e.ScrollOrientation);
System\Windows\Forms\ScrollEventArgsTests.cs (4)
20Assert.Equal(ScrollOrientation.HorizontalScroll, e.ScrollOrientation); 34Assert.Equal(ScrollOrientation.HorizontalScroll, e.ScrollOrientation); 48Assert.Equal(scroll, e.ScrollOrientation); 62Assert.Equal(scroll, e.ScrollOrientation);