7 writes to _supportsGlobalThumbnail
PresentationCore (7)
System\Windows\Media\Imaging\BmpBitmapEncoder.cs (1)
29_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\GifBitmapEncoder.cs (1)
29_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (1)
29_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\PngBitmapEncoder.cs (1)
54_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\TiffBitmapEncoder.cs (1)
76_supportsGlobalThumbnail = false;
System\Windows\Media\Imaging\UnknownBitmapEncoder.cs (1)
32_supportsGlobalThumbnail = true;
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (1)
29_supportsGlobalThumbnail = false;
2 references to _supportsGlobalThumbnail
PresentationCore (2)
System\Windows\Media\Imaging\BitmapEncoder.cs (2)
162if (!_supportsGlobalThumbnail) 364Debug.Assert(_supportsGlobalThumbnail);