1 implementation of get_Handle
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
193public virtual HRESULT get_Handle(OLE_HANDLE* pHandle) => HRESULT.S_OK;
3 references to get_Handle
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
77 return __object.get_Handle(pHandle);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.get_Handle(winmdroot.System.Ole.OLE_HANDLE*)"/> 28 winmdroot.Foundation.HRESULT __result = @this.get_Handle(pHandleLocal);