7 writes to _supportsGlobalThumbnail
PresentationCore (7)
System\Windows\Media\Imaging\BmpBitmapEncoder.cs (1)
28_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\GifBitmapEncoder.cs (1)
28_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (1)
28_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\PngBitmapEncoder.cs (1)
53_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\TiffBitmapEncoder.cs (1)
75_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\UnknownBitmapEncoder.cs (1)
31_supportsGlobalThumbnail = true;
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (1)
28_supportsGlobalThumbnail = false;
2 references to _supportsGlobalThumbnail
PresentationCore (2)
System\Windows\Media\Imaging\BitmapEncoder.cs (2)
159if (!_supportsGlobalThumbnail) 361Debug.Assert(_supportsGlobalThumbnail);