3 references to Destroy
System.Windows.Forms (3)
System\Windows\Forms\Controls\ImageList\ImageList.NativeImageList.cs (1)
75PInvoke.ImageList.Destroy(this);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2005PInvoke.ImageList.Destroy(new HandleRef<HIMAGELIST>(this, (HIMAGELIST)handleOld)); 2016PInvoke.ImageList.Destroy(new HandleRef<HIMAGELIST>(this, (HIMAGELIST)handle));