1 instantiation of ICONINFO_IMPL
WindowsBase (1)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
954
ICONINFO_IMPL iconInfoImpl = new
ICONINFO_IMPL
();
2 references to ICONINFO_IMPL
WindowsBase (2)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (2)
929
private static extern bool GetIconInfoImpl(HandleRef hIcon, [Out]
ICONINFO_IMPL
piconinfo);
954
ICONINFO_IMPL
iconInfoImpl = new ICONINFO_IMPL();