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)
620
if (!
_mouseDragging
)
719
if (_ctrlSelect && !
_mouseDragging
&& _selSvc is not null)
725
if (
_mouseDragging
)