3 references to DISPID_PICT_HPAL
System.Windows.Forms.Primitives (1)
System\Drawing\ImageExtensions.cs (1)
69dispatch->TryGetProperty((int)PInvokeCore.DISPID_PICT_HPAL, &variant).ThrowOnFailure();
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
1616variant = iPictureDisp.Value->GetProperty(PInvokeCore.DISPID_PICT_HPAL); 1641Assert.True(iPictureDisp.Value->TryGetProperty(PInvokeCore.DISPID_PICT_HPAL, &variant).Failed);