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();
112
if (
_dragManager
is not null)
114
DragAssistanceManager.Line[] lines =
_dragManager
.GetRecentLines();
296
if (altKeyPressed &&
_dragManager
is not null)
299
_dragManager
.EraseSnapLines();
315
if (
_dragManager
is not null && _targetAllowsSnapLines && !altKeyPressed)
317
_lastOffset =
_dragManager
.OnMouseMove(newRectangle, GenerateNewToolSnapLines(newRectangle));
348
if (
_dragManager
is not null && _targetAllowsSnapLines && !altKeyPressed)
350
_dragManager
.RenderSnapLinesInternal();