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