4 references to IgnoreImageCache
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
62
if ((createOptions & BitmapCreateOptions.
IgnoreImageCache
) != 0)
245
if ((createOptions & BitmapCreateOptions.
IgnoreImageCache
) != 0)
System\Windows\Media\Imaging\BitmapImage.cs (1)
287
if ((CreateOptions & BitmapCreateOptions.
IgnoreImageCache
) != 0)
PresentationFramework (1)
System\Windows\ColorConvertedBitmapExtension.cs (1)
108
BitmapCreateOptions.IgnoreColorProfile | BitmapCreateOptions.
IgnoreImageCache
,