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