6 references to Extended
PresentationCore (6)
System\Windows\Media\Imaging\BitmapImage.cs (1)
522source.Format.Format != PixelFormatEnum.Extended
System\Windows\Media\Imaging\BitmapSource.cs (2)
1129PixelFormat.GetPixelFormat(wicSource).Format != PixelFormatEnum.Extended 1856pfStruct.Format == PixelFormatEnum.Extended)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
92if (pixelFormat.Format == PixelFormatEnum.Extended)
System\Windows\Media\PixelFormat.cs (2)
193_format = PixelFormatEnum.Extended; 232format = PixelFormatEnum.Extended;