2 writes to scrollState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
1175
scrollState
|= bit;
1178
scrollState
&= (~bit);
1 reference to scrollState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
661
return(bit &
scrollState
) == bit;