8 references to ScrollStateUserHasScrolled
System.Windows.Forms.Tests (8)
System\Windows\Forms\ScrollableControlTests.cs (8)
971
Assert.Equal(0x0008, SubScrollableControl.
ScrollStateUserHasScrolled
);
1042
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1067
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1134
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1207
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1242
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1319
Assert.False(control.GetScrollState(SubScrollableControl.
ScrollStateUserHasScrolled
));
1338
[InlineData(SubScrollableControl.
ScrollStateUserHasScrolled
, false)]