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