4 references to GetIconInfo
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
201
ICONINFO info = PInvokeCore.
GetIconInfo
(this);
664
ICONINFO info = PInvokeCore.
GetIconInfo
(this);
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);