2 writes to _dragManager
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (2)
76_dragManager ??= new DragAssistanceManager(_serviceProvider); 91_dragManager = null;
9 references to _dragManager
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (9)
90_dragManager?.OnMouseUp(); 112if (_dragManager is not null) 114DragAssistanceManager.Line[] lines = _dragManager.GetRecentLines(); 296if (altKeyPressed && _dragManager is not null) 299_dragManager.EraseSnapLines(); 315if (_dragManager is not null && _targetAllowsSnapLines && !altKeyPressed) 317_lastOffset = _dragManager.OnMouseMove(newRectangle, GenerateNewToolSnapLines(newRectangle)); 348if (_dragManager is not null && _targetAllowsSnapLines && !altKeyPressed) 350_dragManager.RenderSnapLinesInternal();