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