3 writes to _mouseDragTool
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
1075_mouseDragTool = null; 1124_mouseDragTool = _toolboxService.DeserializeToolboxItem(de.Data, (IDesignerHost)GetService(typeof(IDesignerHost))); 1151_mouseDragTool = null;
4 references to _mouseDragTool
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (4)
1072if (_mouseDragTool is not null) 1074ToolboxItem tool = _mouseDragTool; 1127if (_mouseDragTool is not null) 1161if (_mouseDragTool is not null)