6 references to CacheOption
PresentationCore (6)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (6)
104if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad) 188CacheOption == BitmapCacheOption.Default && 613if (CacheOption != BitmapCacheOption.None) 618CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation, CacheOption); 635if (decoder != null && CacheOption == BitmapCacheOption.OnLoad) 639else if (CacheOption != BitmapCacheOption.OnLoad)