2 writes to _dragManager
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
76_dragManager ??= new DragAssistanceManager(_serviceProvider); 93_dragManager = null;
10 references to _dragManager
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (10)
90if (_dragManager is not null) 92_dragManager.OnMouseUp(); 115if (_dragManager is not null) 117DragAssistanceManager.Line[] lines = _dragManager.GetRecentLines(); 299if (altKeyPressed && _dragManager is not null) 302_dragManager.EraseSnapLines(); 318if (_dragManager is not null && _targetAllowsSnapLines && !altKeyPressed) 320_lastOffset = _dragManager.OnMouseMove(newRectangle, GenerateNewToolSnapLines(newRectangle)); 351if (_dragManager is not null && _targetAllowsSnapLines && !altKeyPressed) 353_dragManager.RenderSnapLinesInternal();