11 references to SetScrollState
System.Windows.Forms (10)
System\Windows\Forms\Scrolling\ScrollableControl.cs (9)
62
SetScrollState
(ScrollStateAutoScrolling, false);
87
SetScrollState
(ScrollStateAutoScrolling, value);
237
set =>
SetScrollState
(ScrollStateHScrollVisible, value);
255
set =>
SetScrollState
(ScrollStateVScrollVisible, value);
838
SetScrollState
(ScrollStateUserHasScrolled, false);
1012
SetScrollState
(ScrollStateUserHasScrolled, false);
1249
SetScrollState
(ScrollStateFullDrag, SystemInformation.DragFullWindows);
1339
SetScrollState
(ScrollStateUserHasScrolled, true);
1431
SetScrollState
(ScrollStateUserHasScrolled, true);
System\Windows\Forms\UserControl.cs (1)
31
SetScrollState
(ScrollStateAutoScrolling, false);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2660
public new void SetScrollState(int bit, bool value) => base.
SetScrollState
(bit, value);