6 references to None
PresentationCore (5)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
465IsSourceCached = (_cacheOption != BitmapCacheOption.None);
System\Windows\Media\Imaging\BitmapImage.cs (2)
341BitmapCacheOption.None, // do not cache the frames since we will do that here 583if (CacheOption != BitmapCacheOption.None)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1077if (cacheOption == BitmapCacheOption.None)
System\Windows\Media\Imaging\CachedBitmap.cs (1)
248IsSourceCached = (_cacheOption != BitmapCacheOption.None);
PresentationFramework (1)
System\Windows\ColorConvertedBitmapExtension.cs (1)
110BitmapCacheOption.None