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)
1806if (_dragManager is not null) 1808_dragManager.OnMouseUp(); 1929if (_dragManager is null && ParticipatesWithSnapLines && _mouseDragTool is not null && BehaviorService.UseSnapLines) 1934if (_dragManager is not null) 1941Point offset = _dragManager.OnMouseMove(r, GenerateNewToolSnapLines(r)); 1944_dragManager.RenderSnapLinesInternal();