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