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