2 writes to _dragManager
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1809
_dragManager
= null;
1931
_dragManager
= new DragAssistanceManager(Component.Site);
6 references to _dragManager
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ParentControlDesigner.cs (6)
1806
if (
_dragManager
is not null)
1808
_dragManager
.OnMouseUp();
1929
if (
_dragManager
is null && ParticipatesWithSnapLines && _mouseDragTool is not null && BehaviorService.UseSnapLines)
1934
if (
_dragManager
is not null)
1941
Point offset =
_dragManager
.OnMouseMove(r, GenerateNewToolSnapLines(r));
1944
_dragManager
.RenderSnapLinesInternal();