1 instantiation of IconHandle
WindowsBase (1)
Shared\MS\Win32\NativeMethodsOther.cs (1)
360return new IconHandle();
9 references to IconHandle
WindowsBase (9)
Shared\MS\Win32\NativeMethodsOther.cs (1)
358internal static IconHandle GetInvalidIcon()
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (3)
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) 1925NativeMethods.IconHandle hIcon = PrivateCreateIconIndirect(iconInfo);
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (5)
77out NativeMethods.IconHandle phiconLarge, 78out NativeMethods.IconHandle phiconSmall, 86internal static extern NativeMethods.IconHandle CreateIcon(IntPtr hInstance, int nWidth, int nHeight, byte cPlanes, byte cBitsPixel, byte[] lpbANDbits, byte[] lpbXORbits); 117internal static extern NativeMethods.IconHandle LoadImageIcon(IntPtr hinst, string stName, int nType, int cxDesired, int cyDesired, int nFlags); 512internal static extern IntPtr SendMessage( HandleRef hWnd, WindowMessage msg, IntPtr wParam, NativeMethods.IconHandle iconHandle );