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