7 writes to _supportsPreview
PresentationCore (7)
System\Windows\Media\Imaging\BmpBitmapEncoder.cs (1)
28
_supportsPreview
= false;
System\Windows\Media\Imaging\GifBitmapEncoder.cs (1)
28
_supportsPreview
= false;
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (1)
28
_supportsPreview
= false;
System\Windows\Media\Imaging\PngBitmapEncoder.cs (1)
53
_supportsPreview
= false;
System\Windows\Media\Imaging\TiffBitmapEncoder.cs (1)
75
_supportsPreview
= false;
System\Windows\Media\Imaging\UnknownBitmapEncoder.cs (1)
31
_supportsPreview
= true;
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (1)
28
_supportsPreview
= false;
1 reference to _supportsPreview
PresentationCore (1)
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
223
if (!
_supportsPreview
)