3 references to DISPID_PICT_HANDLE
System.Windows.Forms.Primitives (1)
System\Drawing\ImageExtensions.cs (1)
73dispatch->TryGetProperty((int)PInvokeCore.DISPID_PICT_HANDLE, &variant).ThrowOnFailure();
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
1614VARIANT variant = iPictureDisp.Value->GetProperty(PInvokeCore.DISPID_PICT_HANDLE); 1639VARIANT variant = iPictureDisp.Value->GetProperty(PInvokeCore.DISPID_PICT_HANDLE);