1 override of OnInsert
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ContextMenuStripGroupCollection.cs (1)
32
protected override void
OnInsert
(object key, object? value)
2 references to OnInsert
System.Collections.NonGeneric (1)
System\Collections\DictionaryBase.cs (1)
116
OnInsert
(key, value);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ContextMenuStripGroupCollection.cs (1)
39
base.
OnInsert
(key, value);