4 writes to CacheOption
PresentationCore.Tests (4)
System\Windows\Media\Imaging\BitmapImage.Tests.cs (4)
28
image.
CacheOption
= BitmapCacheOption.OnLoad;
43
image.
CacheOption
= BitmapCacheOption.OnLoad;
73
image.
CacheOption
= BitmapCacheOption.OnLoad;
99
image.
CacheOption
= BitmapCacheOption.OnLoad;
6 references to CacheOption
PresentationCore (6)
System\Windows\Media\Imaging\BitmapImage.cs (6)
78
if (UriSource != null && !UriSource.IsAbsoluteUri &&
CacheOption
!= BitmapCacheOption.OnLoad)
162
CacheOption
== BitmapCacheOption.Default &&
582
if (
CacheOption
!= BitmapCacheOption.None)
587
CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation,
CacheOption
);
604
if (decoder != null &&
CacheOption
== BitmapCacheOption.OnLoad)
608
else if (
CacheOption
!= BitmapCacheOption.OnLoad)