2 overrides of Serialize
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (1)
347protected override void Serialize(SerializationInfo info, StreamingContext context)
System\Windows\Forms\Design\OleDragDropHandler.CfCodeToolboxItem.cs (1)
48protected override void Serialize(SerializationInfo info, StreamingContext context)
2 references to Serialize
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (1)
349base.Serialize(info, context);
System\Windows\Forms\Design\OleDragDropHandler.CfCodeToolboxItem.cs (1)
50base.Serialize(info, context);