4 references to IgnoreImageCache
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
99
if ((createOptions & BitmapCreateOptions.
IgnoreImageCache
) != 0)
314
if ((createOptions & BitmapCreateOptions.
IgnoreImageCache
) != 0)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
318
if ((CreateOptions & BitmapCreateOptions.
IgnoreImageCache
) != 0)
PresentationFramework (1)
src\Framework\System\Windows\ColorConvertedBitmapExtension.cs (1)
117
BitmapCreateOptions.IgnoreColorProfile | BitmapCreateOptions.
IgnoreImageCache
,