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