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)
1581
if (
_toolboxService
is not null && dragComps is null)
1583
_mouseDragTool =
_toolboxService
.DeserializeToolboxItem(de.Data, host);
1717
if (
_toolboxService
is not null)
1719
_mouseDragTool =
_toolboxService
.GetSelectedToolboxItem((IDesignerHost)GetService(typeof(IDesignerHost)));
1837
_toolboxService
?.SelectedToolboxItemUsed();
1873
_toolboxService
?.SelectedToolboxItemUsed();
2071
if (
_toolboxService
is null || !
_toolboxService
.SetCursor() || InheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly))