2 instantiations of ICONINFO
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
326SafeNativeMethods.ICONINFO info = new SafeNativeMethods.ICONINFO(); 1000SafeNativeMethods.ICONINFO info = new SafeNativeMethods.ICONINFO();
3 references to ICONINFO
System.Drawing (3)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
4907public static extern bool GetIconInfo(HandleRef hIcon, [In, Out] SafeNativeMethods.ICONINFO info);
commonui\System\Drawing\Icon.cs (2)
326SafeNativeMethods.ICONINFO info = new SafeNativeMethods.ICONINFO(); 1000SafeNativeMethods.ICONINFO info = new SafeNativeMethods.ICONINFO();