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