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