2 references to GetPictureFromParams
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
4817
return
GetPictureFromParams
(pict, pict.GetHandle(), type, hPal, pict.GetWidth(), pict.GetHeight());
4839
return
GetPictureFromParams
(pict, pict.Handle, type, hPal, pict.Width, pict.Height);