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)
284protected ToolboxItem MouseDragTool => _mouseDragTool; 1398else if (_mouseDragTool is null && data is null) 1420if (_mouseDragTool is not null) 1433CreateTool(_mouseDragTool, new Point(de.X, de.Y)); 1587if ((_mouseDragTool is not null) && BehaviorService is not null && BehaviorService.UseSnapLines) 1599if (_mouseDragTool is not null) 1686if (_mouseDragTool is not null) 1726_mouseDragFrame = (_mouseDragTool is null) ? FrameStyle.Dashed : FrameStyle.Thick; 1770ToolboxItem tool = _mouseDragTool; 1929if (_dragManager is null && ParticipatesWithSnapLines && _mouseDragTool is not null && BehaviorService.UseSnapLines) 1961if (_mouseDragTool is not null)