3 references to get_CurDC
System.Windows.Forms.Tests (3)
System\Windows\Forms\AxHostTests.cs (3)
1594iPicture.get_CurDC(out HDC hdc).Should().Be(HRESULT.E_FAIL); 1680iPicture.get_CurDC(out HDC curDc).ThrowOnFailure(); 1708iPicture.get_CurDC(out HDC _).Should().Be(HRESULT.E_FAIL);