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