2 instantiations of ICONINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursor.cs (2)
262NativeMethods.ICONINFO info = new NativeMethods.ICONINFO(); 592NativeMethods.ICONINFO info = new NativeMethods.ICONINFO();
3 references to ICONINFO
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Cursor.cs (2)
262NativeMethods.ICONINFO info = new NativeMethods.ICONINFO(); 592NativeMethods.ICONINFO info = new NativeMethods.ICONINFO();
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
475public static extern bool GetIconInfo(HandleRef hIcon, [In, Out] NativeMethods.ICONINFO info);