4 references to GetIconInfo
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
201ICONINFO info = PInvokeCore.GetIconInfo(this); 664ICONINFO info = PInvokeCore.GetIconInfo(this);
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursor.cs (2)
172using ICONINFO info = PInvokeCore.GetIconInfo(this); 379using ICONINFO info = PInvokeCore.GetIconInfo(iconHandle);