8 references to ScrollStateUserHasScrolled
System.Windows.Forms.Tests (8)
System\Windows\Forms\ScrollableControlTests.cs (8)
973
Assert.Equal(0x0008, SubScrollableControl.
ScrollStateUserHasScrolled
);
1044
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1069
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1136
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1209
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1244
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1321
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1340
[InlineData(SubScrollableControl.
ScrollStateUserHasScrolled
, false)]