2 references to CfCodeToolboxItem
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
329return new OleDragDropHandler.CfCodeToolboxItem(serializationData);
System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObject.cs (1)
80private CfCodeToolboxItem NestedToolboxItem => _toolboxItemData ??= new CfCodeToolboxItem(GetData(DataFormat));