2 writes to _scrollState
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
1102
_scrollState
|= bit;
1106
_scrollState
&= (~bit);
1 reference to _scrollState
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
575
protected bool GetScrollState(int bit) => (bit &
_scrollState
) == bit;