6 references to CacheOption
PresentationCore (6)
System\Windows\Media\Imaging\BitmapImage.cs (6)
97
if (UriSource != null && !UriSource.IsAbsoluteUri &&
CacheOption
!= BitmapCacheOption.OnLoad)
181
CacheOption
== BitmapCacheOption.Default &&
601
if (
CacheOption
!= BitmapCacheOption.None)
606
CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation,
CacheOption
);
623
if (decoder != null &&
CacheOption
== BitmapCacheOption.OnLoad)
627
else if (
CacheOption
!= BitmapCacheOption.OnLoad)