2 writes to _dragManager
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
78_dragManager ??= new DragAssistanceManager(_serviceProvider); 95_dragManager = null;
10 references to _dragManager
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (10)
92if (_dragManager is not null) 94_dragManager.OnMouseUp(); 117if (_dragManager is not null) 119DragAssistanceManager.Line[] lines = _dragManager.GetRecentLines(); 306if (altKeyPressed && _dragManager is not null) 309_dragManager.EraseSnapLines(); 322if (_dragManager is not null && _targetAllowsSnapLines && !altKeyPressed) 324_lastOffset = _dragManager.OnMouseMove(newRectangle, GenerateNewToolSnapLines(newRectangle)); 356if (_dragManager is not null && _targetAllowsSnapLines && !altKeyPressed) 358_dragManager.RenderSnapLinesInternal();