3 writes to _toolboxService
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
1578_toolboxService ??= (IToolboxService)GetService(typeof(IToolboxService)); 1715_toolboxService ??= (IToolboxService)GetService(typeof(IToolboxService)); 2067_toolboxService ??= (IToolboxService)GetService(typeof(IToolboxService));
8 references to _toolboxService
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ParentControlDesigner.cs (8)
1581if (_toolboxService is not null && dragComps is null) 1583_mouseDragTool = _toolboxService.DeserializeToolboxItem(de.Data, host); 1717if (_toolboxService is not null) 1719_mouseDragTool = _toolboxService.GetSelectedToolboxItem((IDesignerHost)GetService(typeof(IDesignerHost))); 1837_toolboxService?.SelectedToolboxItemUsed(); 1873_toolboxService?.SelectedToolboxItemUsed(); 2071if (_toolboxService is null || !_toolboxService.SetCursor() || InheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly))