2 writes to _mouseDragging
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.cs (2)
110_mouseDragging = true; 194_mouseDragging = _ctrlSelect = false;
3 references to _mouseDragging
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SelectionUIService.cs (3)
614if (!_mouseDragging) 713if (_ctrlSelect && !_mouseDragging && _selSvc is not null) 719if (_mouseDragging)