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