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