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