6 references to CacheOption
PresentationCore (6)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (6)
104
if (UriSource != null && !UriSource.IsAbsoluteUri &&
CacheOption
!= BitmapCacheOption.OnLoad)
188
CacheOption
== BitmapCacheOption.Default &&
613
if (
CacheOption
!= BitmapCacheOption.None)
618
CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation,
CacheOption
);
635
if (decoder != null &&
CacheOption
== BitmapCacheOption.OnLoad)
639
else if (
CacheOption
!= BitmapCacheOption.OnLoad)