6 references to Extended
PresentationCore (6)
System\Windows\Media\Imaging\BitmapImage.cs (1)
503
source.Format.Format != PixelFormatEnum.
Extended
System\Windows\Media\Imaging\BitmapSource.cs (2)
1081
PixelFormat.GetPixelFormat(wicSource).Format != PixelFormatEnum.
Extended
1808
pfStruct.Format == PixelFormatEnum.
Extended
)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
74
if (pixelFormat.Format == PixelFormatEnum.
Extended
)
System\Windows\Media\PixelFormat.cs (2)
166
_format = PixelFormatEnum.
Extended
;
197
_ when pixelFormatString.Equals("Extended", StringComparison.OrdinalIgnoreCase) => PixelFormatEnum.
Extended
,