4 references to ScrollStateAutoScrolling
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ScrollableControl.cs (3)
114
SetScrollState(
ScrollStateAutoScrolling
, false);
134
return GetScrollState(
ScrollStateAutoScrolling
);
142
SetScrollState(
ScrollStateAutoScrolling
, value);
winforms\Managed\System\WinForms\UserControl.cs (1)
49
SetScrollState(
ScrollStateAutoScrolling
, false);