4 references to DISPID_PICT_TYPE
System.Windows.Forms.Primitives (1)
System\Drawing\ImageExtensions.cs (1)
65dispatch->TryGetProperty((int)PInvokeCore.DISPID_PICT_TYPE, &variant).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (1)
Interop\Ole32\IPictureTests.cs (1)
59dispatch->TryGetProperty(PInvokeCore.DISPID_PICT_TYPE, &variant).ThrowOnFailure();
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
1618variant = iPictureDisp.Value->GetProperty(PInvokeCore.DISPID_PICT_TYPE); 1642variant = iPictureDisp.Value->GetProperty(PInvokeCore.DISPID_PICT_TYPE);