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