14 references to OnLoad
PresentationCore (10)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
1127if (cacheOption == BitmapCacheOption.OnLoad) 1381else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption == BitmapCacheOption.OnLoad) 1434if (i > 0 && _cacheOption != BitmapCacheOption.OnLoad)
System\Windows\Media\Imaging\BitmapImage.cs (3)
78if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.OnLoad) 604if (decoder != null && CacheOption == BitmapCacheOption.OnLoad) 608else if (CacheOption != BitmapCacheOption.OnLoad)
System\Windows\Media\Imaging\CachedBitmap.cs (3)
74_cacheOption = BitmapCacheOption.OnLoad; 157_cacheOption = BitmapCacheOption.OnLoad; 399_cacheOption = BitmapCacheOption.OnLoad;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
110BitmapCacheOption.OnLoad,
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;