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