1 implementation of DeserializeToolboxItem
System.Windows.Forms.UI.IntegrationTests (1)
DesignBehaviorsTests.cs (1)
184public ToolboxItem DeserializeToolboxItem(object serializedObject, IDesignerHost? host)
4 references to DeserializeToolboxItem
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
269ToolboxItem item = toolboxService.DeserializeToolboxItem(e.Data, host);
System\Windows\Forms\Design\CommandSet.cs (1)
1883ToolboxItem? ti = ts.DeserializeToolboxItem(dataObj, host);
System\Windows\Forms\Design\ComponentTray.cs (1)
1124_mouseDragTool = _toolboxService.DeserializeToolboxItem(de.Data, (IDesignerHost)GetService(typeof(IDesignerHost)));
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1583_mouseDragTool = _toolboxService.DeserializeToolboxItem(de.Data, host);