2 references to GetPixelFormat
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs (1)
114
hr = UnsafeNativeMethods.WICBitmapSource.
GetPixelFormat
(bitmapSourceSafeHandle, out guidFormat);
System\Windows\Media\PixelFormat.cs (1)
689
HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.
GetPixelFormat
(bitmapSource, out guidPixelFormat));