5 references to Default
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1580
internal PixelFormat _format = PixelFormats.
Default
;
System\Windows\Media\PixelFormat.cs (1)
776
return PixelFormats.
Default
;
PresentationFramework (2)
System\Windows\ColorConvertedBitmapExtension.cs (1)
105
new ColorContext(PixelFormats.
Default
);
System\Windows\Documents\WpfPayload.cs (1)
419
96.0, 96.0, PixelFormats.
Default
);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
658
if (new ColorContext(PixelFormats.
Default
) != colorConvertedBitmap.DestinationColorContext)