2 writes to _mouseDragging
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.cs (2)
113_mouseDragging = true; 200_mouseDragging = _ctrlSelect = false;
3 references to _mouseDragging
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SelectionUIService.cs (3)
620if (!_mouseDragging) 719if (_ctrlSelect && !_mouseDragging && _selSvc is not null) 725if (_mouseDragging)