6 references to CacheOption
PresentationCore (6)
System\Windows\Media\Imaging\BitmapImage.cs (6)
83if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad) 167CacheOption == BitmapCacheOption.Default && 595if (CacheOption != BitmapCacheOption.None) 600CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation, CacheOption); 617if (decoder != null && CacheOption == BitmapCacheOption.OnLoad) 621else if (CacheOption != BitmapCacheOption.OnLoad)