5 references to TryGetProperty
System.Windows.Forms.Primitives.Tests (4)
Interop\Ole32\IPictureTests.cs (3)
59
dispatch->
TryGetProperty
(PInvokeCore.DISPID_PICT_TYPE, &variant).ThrowOnFailure();
62
dispatch->
TryGetProperty
(PInvokeCore.DISPID_PICT_HEIGHT, &variant).ThrowOnFailure();
65
dispatch->
TryGetProperty
(PInvokeCore.DISPID_PICT_WIDTH, &variant).ThrowOnFailure();
Windows\Win32\System\Com\IDispatchTests.cs (1)
68
HRESULT hr = ((IDispatch*)picture.Value)->
TryGetProperty
(
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxHostTests.cs (1)
1641
Assert.True(iPictureDisp.Value->
TryGetProperty
(PInvokeCore.DISPID_PICT_HPAL, &variant).Failed);