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