2 writes to _dragManager
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1808
_dragManager
= null;
1930
_dragManager
= new DragAssistanceManager(Component.Site);
6 references to _dragManager
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ParentControlDesigner.cs (6)
1805
if (
_dragManager
is not null)
1807
_dragManager
.OnMouseUp();
1928
if (
_dragManager
is null && ParticipatesWithSnapLines && _mouseDragTool is not null && BehaviorService.UseSnapLines)
1933
if (
_dragManager
is not null)
1940
Point offset =
_dragManager
.OnMouseMove(r, GenerateNewToolSnapLines(r));
1943
_dragManager
.RenderSnapLinesInternal();