11 references to SetScrollState
System.Windows.Forms (10)
System\Windows\Forms\Scrolling\ScrollableControl.cs (9)
62SetScrollState(ScrollStateAutoScrolling, false); 83SetScrollState(ScrollStateAutoScrolling, value); 235set => SetScrollState(ScrollStateHScrollVisible, value); 253set => SetScrollState(ScrollStateVScrollVisible, value); 830SetScrollState(ScrollStateUserHasScrolled, false); 1004SetScrollState(ScrollStateUserHasScrolled, false); 1241SetScrollState(ScrollStateFullDrag, SystemInformation.DragFullWindows); 1331SetScrollState(ScrollStateUserHasScrolled, true); 1423SetScrollState(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);