6 references to CacheOption
PresentationCore (6)
System\Windows\Media\Imaging\BitmapImage.cs (6)
79if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad) 163CacheOption == BitmapCacheOption.Default && 583if (CacheOption != BitmapCacheOption.None) 588CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation, CacheOption); 605if (decoder != null && CacheOption == BitmapCacheOption.OnLoad) 609else if (CacheOption != BitmapCacheOption.OnLoad)