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