1 override of OnSet
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ContextMenuStripGroupCollection.cs (1)
42protected override void OnSet(object key, object? oldValue, object? newValue)
2 references to OnSet
System.Collections.NonGeneric (1)
System\Collections\DictionaryBase.cs (1)
87OnSet(key, temp, value);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ContextMenuStripGroupCollection.cs (1)
49base.OnSet(key, oldValue, newValue);