2 instantiations of 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));
2 references to CfCodeToolboxItem
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObject.cs (2)
21private CfCodeToolboxItem? _toolboxItemData; 80private CfCodeToolboxItem NestedToolboxItem => _toolboxItemData ??= new CfCodeToolboxItem(GetData(DataFormat));