6 references to None
PresentationCore (5)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
456IsSourceCached = (_cacheOption != BitmapCacheOption.None);
System\Windows\Media\Imaging\BitmapImage.cs (2)
340BitmapCacheOption.None, // do not cache the frames since we will do that here 582if (CacheOption != BitmapCacheOption.None)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1046if (cacheOption == BitmapCacheOption.None)
System\Windows\Media\Imaging\CachedBitmap.cs (1)
201IsSourceCached = (_cacheOption != BitmapCacheOption.None);
PresentationFramework (1)
System\Windows\ColorConvertedBitmapExtension.cs (1)
109BitmapCacheOption.None