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)
575protected bool GetScrollState(int bit) => (bit & _scrollState) == bit;