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