5 writes to _mouseDragTool
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ParentControlDesigner.cs (5)
1440
_mouseDragTool
= null;
1583
_mouseDragTool
= _toolboxService.DeserializeToolboxItem(de.Data, host);
1649
_mouseDragTool
= null;
1719
_mouseDragTool
= _toolboxService.GetSelectedToolboxItem((IDesignerHost)GetService(typeof(IDesignerHost)));
1775
_mouseDragTool
= null;
11 references to _mouseDragTool
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ParentControlDesigner.cs (11)
284
protected ToolboxItem MouseDragTool =>
_mouseDragTool
;
1398
else if (
_mouseDragTool
is null && data is null)
1420
if (
_mouseDragTool
is not null)
1433
CreateTool(
_mouseDragTool
, new Point(de.X, de.Y));
1587
if ((
_mouseDragTool
is not null) && BehaviorService is not null && BehaviorService.UseSnapLines)
1599
if (
_mouseDragTool
is not null)
1686
if (
_mouseDragTool
is not null)
1726
_mouseDragFrame = (
_mouseDragTool
is null) ? FrameStyle.Dashed : FrameStyle.Thick;
1770
ToolboxItem tool =
_mouseDragTool
;
1929
if (_dragManager is null && ParticipatesWithSnapLines &&
_mouseDragTool
is not null && BehaviorService.UseSnapLines)
1961
if (
_mouseDragTool
is not null)