12 references to ICONINFO
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
201ICONINFO info = PInvokeCore.GetIconInfo(this); 664ICONINFO info = PInvokeCore.GetIconInfo(this);
System.Private.Windows.Core (8)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (5)
500 /// <inheritdoc cref="GetIconInfo(winmdroot.UI.WindowsAndMessaging.HICON, winmdroot.UI.WindowsAndMessaging.ICONINFO*)"/> 502 internal static unsafe winmdroot.Foundation.BOOL GetIconInfo(winmdroot.UI.WindowsAndMessaging.HICON hIcon, out winmdroot.UI.WindowsAndMessaging.ICONINFO piconinfo) 504 fixed (winmdroot.UI.WindowsAndMessaging.ICONINFO* piconinfoLocal = &piconinfo) 525 internal static unsafe winmdroot.Foundation.BOOL GetIconInfo(winmdroot.UI.WindowsAndMessaging.HICON hIcon, winmdroot.UI.WindowsAndMessaging.ICONINFO* piconinfo) 533 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.HICON hIcon, winmdroot.UI.WindowsAndMessaging.ICONINFO* piconinfo);
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);