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