11 references to SetScrollState
System.Windows.Forms (10)
System\Windows\Forms\Scrolling\ScrollableControl.cs (9)
62
SetScrollState
(ScrollStateAutoScrolling, false);
83
SetScrollState
(ScrollStateAutoScrolling, value);
235
set =>
SetScrollState
(ScrollStateHScrollVisible, value);
253
set =>
SetScrollState
(ScrollStateVScrollVisible, value);
830
SetScrollState
(ScrollStateUserHasScrolled, false);
1004
SetScrollState
(ScrollStateUserHasScrolled, false);
1241
SetScrollState
(ScrollStateFullDrag, SystemInformation.DragFullWindows);
1331
SetScrollState
(ScrollStateUserHasScrolled, true);
1423
SetScrollState
(ScrollStateUserHasScrolled, true);
System\Windows\Forms\UserControl.cs (1)
31
SetScrollState
(ScrollStateAutoScrolling, false);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2662
public new void SetScrollState(int bit, bool value) => base.
SetScrollState
(bit, value);