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); 838SetScrollState(ScrollStateUserHasScrolled, false); 1012SetScrollState(ScrollStateUserHasScrolled, false); 1249SetScrollState(ScrollStateFullDrag, SystemInformation.DragFullWindows); 1339SetScrollState(ScrollStateUserHasScrolled, true); 1431SetScrollState(ScrollStateUserHasScrolled, true);
System\Windows\Forms\UserControl.cs (1)
31SetScrollState(ScrollStateAutoScrolling, false);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2660public new void SetScrollState(int bit, bool value) => base.SetScrollState(bit, value);