6 references to NestedToolboxItemFormat
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DocumentDesigner.cs (4)
319object serializationData = dataObject.GetData(OleDragDropHandler.NestedToolboxItemFormat, false); 395toolbox.RemoveCreator(OleDragDropHandler.NestedToolboxItemFormat, host); 764toolbox.AddCreator(_toolboxCreator, OleDragDropHandler.NestedToolboxItemFormat, host); 1059format.Equals(OleDragDropHandler.NestedToolboxItemFormat))
System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObject.cs (2)
149else if (format.Equals(NestedToolboxItemFormat)) 203return [NestedToolboxItemFormat, DataFormat, DataFormats.Serializable, ExtraInfoFormat];