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)
1805if (_dragManager is not null) 1807_dragManager.OnMouseUp(); 1928if (_dragManager is null && ParticipatesWithSnapLines && _mouseDragTool is not null && BehaviorService.UseSnapLines) 1933if (_dragManager is not null) 1940Point offset = _dragManager.OnMouseMove(r, GenerateNewToolSnapLines(r)); 1943_dragManager.RenderSnapLinesInternal();