1 implementation of DeserializeToolboxItem
System.Windows.Forms.UI.IntegrationTests (1)
DesignBehaviorsTests.cs (1)
184
public ToolboxItem
DeserializeToolboxItem
(object serializedObject, IDesignerHost? host)
4 references to DeserializeToolboxItem
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
269
ToolboxItem item = toolboxService.
DeserializeToolboxItem
(e.Data, host);
System\Windows\Forms\Design\CommandSet.cs (1)
1883
ToolboxItem? 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);