12 references to Format
PresentationCore (12)
System\Windows\Media\ColorContext.cs (1)
166
switch (pixelFormat.
Format
)
System\Windows\Media\Imaging\BitmapImage.cs (1)
503
source.Format.
Format
!= PixelFormatEnum.Extended
System\Windows\Media\Imaging\BitmapSource.cs (4)
1019
else if (bitsPerPixel <= 16 && format.
Format
!= PixelFormatEnum.Gray16) // For Gray16, one of the RGB Formats is closest
1081
PixelFormat.GetPixelFormat(wicSource).
Format
!= PixelFormatEnum.Extended
1807
if (pfStruct.
Format
== PixelFormatEnum.Default ||
1808
pfStruct.
Format
== PixelFormatEnum.Extended)
System\Windows\Media\Imaging\CachedBitmap.cs (1)
346
if (pixelFormat.
Format
== PixelFormatEnum.Default && pixelFormat.Guid == WICPixelFormatGUIDs.WICPixelFormatDontCare)
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
263
if (((PixelFormat)value).
Format
== PixelFormatEnum.Default)
System\Windows\Media\Imaging\RenderTargetBitmap.cs (3)
32
if (pixelFormat.
Format
== PixelFormatEnum.Default)
36
else if (pixelFormat.
Format
!= PixelFormatEnum.Pbgra32)
242
_format.
Format
,
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
74
if (pixelFormat.
Format
== PixelFormatEnum.Extended)