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