4 references to DISPID_PICT_HEIGHT
System.Windows.Forms.Primitives (1)
System\Drawing\ImageExtensions.cs (1)
79
dispatch->TryGetProperty((int)PInvokeCore.
DISPID_PICT_HEIGHT
, &variant).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (1)
Interop\Ole32\IPictureTests.cs (1)
62
dispatch->TryGetProperty(PInvokeCore.
DISPID_PICT_HEIGHT
, &variant).ThrowOnFailure();
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
1622
variant = iPictureDisp.Value->GetProperty(PInvokeCore.
DISPID_PICT_HEIGHT
);
1646
variant = iPictureDisp.Value->GetProperty(PInvokeCore.
DISPID_PICT_HEIGHT
);