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