5 references to Default
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1549
internal PixelFormat _format = PixelFormats.
Default
;
System\Windows\Media\PixelFormat.cs (1)
557
_ => PixelFormats.
Default
,
PresentationFramework (2)
System\Windows\ColorConvertedBitmapExtension.cs (1)
104
new ColorContext(PixelFormats.
Default
);
System\Windows\Documents\WpfPayload.cs (1)
420
96.0, 96.0, PixelFormats.
Default
);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
657
if (new ColorContext(PixelFormats.
Default
) != colorConvertedBitmap.DestinationColorContext)