2 writes to _dragManager
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1804_dragManager = null; 1925_dragManager = new DragAssistanceManager(Component.Site);
5 references to _dragManager
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ParentControlDesigner.cs (5)
1803_dragManager?.OnMouseUp(); 1923if (_dragManager is null && ParticipatesWithSnapLines && _mouseDragTool is not null && BehaviorService.UseSnapLines) 1928if (_dragManager is not null) 1935Point offset = _dragManager.OnMouseMove(r, GenerateNewToolSnapLines(r)); 1938_dragManager.RenderSnapLinesInternal();