3 writes to _mouseDragTool
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
1069
_mouseDragTool
= null;
1118
_mouseDragTool
= _toolboxService.DeserializeToolboxItem(de.Data, (IDesignerHost)GetService(typeof(IDesignerHost)));
1145
_mouseDragTool
= null;
4 references to _mouseDragTool
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (4)
1066
if (
_mouseDragTool
is not null)
1068
ToolboxItem tool =
_mouseDragTool
;
1121
if (
_mouseDragTool
is not null)
1155
if (
_mouseDragTool
is not null)