1 instantiation of ICONINFO
WindowsBase (1)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
953
piconinfo = new NativeMethods.
ICONINFO
();
3 references to ICONINFO
WindowsBase (3)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (2)
1918
private static extern NativeMethods.IconHandle PrivateCreateIconIndirect([In, MarshalAs(UnmanagedType.LPStruct)]NativeMethods.
ICONINFO
iconInfo);
1923
internal static NativeMethods.IconHandle CreateIconIndirect([In, MarshalAs(UnmanagedType.LPStruct)]NativeMethods.
ICONINFO
iconInfo)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
949
internal static void GetIconInfo(HandleRef hIcon, out NativeMethods.
ICONINFO
piconinfo)