1 implementation of get_CurDC
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
197
public HRESULT
get_CurDC
(HDC* phDC) => HRESULT.S_OK;
3 references to get_CurDC
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
384
return __object.
get_CurDC
(phDC);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
83
/// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.
get_CurDC
(winmdroot.Graphics.Gdi.HDC*)"/>
88
winmdroot.Foundation.HRESULT __result = @this.
get_CurDC
(phDCLocal);