10 references to OnLoad
PresentationCore (10)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (3)
1288
if (cacheOption == BitmapCacheOption.
OnLoad
)
1677
else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption == BitmapCacheOption.
OnLoad
)
1741
if (i > 0 && _cacheOption != BitmapCacheOption.
OnLoad
)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (3)
104
if (UriSource != null && !UriSource.IsAbsoluteUri && CacheOption != BitmapCacheOption.
OnLoad
)
635
if (decoder != null && CacheOption == BitmapCacheOption.
OnLoad
)
639
else if (CacheOption != BitmapCacheOption.
OnLoad
)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (3)
112
_cacheOption = BitmapCacheOption.
OnLoad
;
253
_cacheOption = BitmapCacheOption.
OnLoad
;
537
_cacheOption = BitmapCacheOption.
OnLoad
;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
150
BitmapCacheOption.
OnLoad
,