11 references to SetScrollState
System.Windows.Forms (10)
System\Windows\Forms\Scrolling\ScrollableControl.cs (9)
62SetScrollState(ScrollStateAutoScrolling, false); 87SetScrollState(ScrollStateAutoScrolling, value); 237set => SetScrollState(ScrollStateHScrollVisible, value); 255set => SetScrollState(ScrollStateVScrollVisible, value); 832SetScrollState(ScrollStateUserHasScrolled, false); 1006SetScrollState(ScrollStateUserHasScrolled, false); 1243SetScrollState(ScrollStateFullDrag, SystemInformation.DragFullWindows); 1333SetScrollState(ScrollStateUserHasScrolled, true); 1425SetScrollState(ScrollStateUserHasScrolled, true);
System\Windows\Forms\UserControl.cs (1)
31SetScrollState(ScrollStateAutoScrolling, false);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2662public new void SetScrollState(int bit, bool value) => base.SetScrollState(bit, value);