2 writes to himl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
922this.himl = himl; 950himl = IntPtr.Zero;
3 references to himl
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ImageList.cs (3)
938return himl; 948if (himl != IntPtr.Zero) { 949SafeNativeMethods.ImageList_Destroy(new HandleRef(null, himl));