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