5 references to ICONINFO
System.Private.Windows.Core (3)
Windows\Win32\PInvokeCore.GetIconInfo.cs (3)
8
/// <inheritdoc cref="GetIconInfo(HICON,
ICONINFO
*)"/>
9
public static
ICONINFO
GetIconInfo<T>(T icon)
12
GetIconInfo(icon.Handle, out
ICONINFO
info);
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursor.cs (2)
172
using
ICONINFO
info = PInvokeCore.GetIconInfo(this);
379
using
ICONINFO
info = PInvokeCore.GetIconInfo(iconHandle);