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)