2 overrides of Serialize
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (1)
342protected override void Serialize(SerializationInfo info, StreamingContext context)
System\Windows\Forms\Design\OleDragDropHandler.CfCodeToolboxItem.cs (1)
45protected override void Serialize(SerializationInfo info, StreamingContext context)
2 references to Serialize
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (1)
344base.Serialize(info, context);
System\Windows\Forms\Design\OleDragDropHandler.CfCodeToolboxItem.cs (1)
47base.Serialize(info, context);