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