1 implementation of SelectPicture
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
204public HRESULT SelectPicture(HDC hDCIn, HDC* phDCOut, OLE_HANDLE* phBmpOut) => HRESULT.S_OK;
3 references to SelectPicture
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
432 return __object.SelectPicture(hDCIn, phDCOut, phBmpOut);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
93 /// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.SelectPicture(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.HDC*, winmdroot.System.Ole.OLE_HANDLE*)"/> 100 winmdroot.Foundation.HRESULT __result = @this.SelectPicture(hDCIn, phDCOutLocal, phBmpOutLocal);