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