2 references to DestroyInstance
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
144
protected void DestroyInstance(object instance) => _editor.
DestroyInstance
(instance);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionEditorTests.cs (1)
1048
public new void DestroyInstance(object instance) => base.
DestroyInstance
(instance);