6 references to None
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
525IsSourceCached = (_cacheOption != BitmapCacheOption.None);
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (2)
371BitmapCacheOption.None, // do not cache the frames since we will do that here 613if (CacheOption != BitmapCacheOption.None)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1193if (cacheOption == BitmapCacheOption.None)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (1)
306IsSourceCached = (_cacheOption != BitmapCacheOption.None);
PresentationFramework (1)
src\Framework\System\Windows\ColorConvertedBitmapExtension.cs (1)
118BitmapCacheOption.None