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