10 references to SetScrollState
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ScrollableControl.cs (9)
114SetScrollState(ScrollStateAutoScrolling, false); 142SetScrollState(ScrollStateAutoScrolling, value); 307SetScrollState(ScrollStateHScrollVisible, value); 345SetScrollState(ScrollStateVScrollVisible, value); 923SetScrollState(ScrollStateUserHasScrolled, false); 1098SetScrollState(ScrollStateUserHasScrolled, false); 1295SetScrollState(ScrollStateFullDrag, SystemInformation.DragFullWindows); 1369SetScrollState(ScrollStateUserHasScrolled, true); 1444SetScrollState(ScrollStateUserHasScrolled, true);
winforms\Managed\System\WinForms\UserControl.cs (1)
49SetScrollState(ScrollStateAutoScrolling, false);