5 references to IgnoreColorProfile
PresentationCore (4)
System\Windows\Media\Imaging\BitmapImage.cs (3)
300
(bitmapImage.CreateOptions & BitmapCreateOptions.
IgnoreColorProfile
) ==
301
(CreateOptions & BitmapCreateOptions.
IgnoreColorProfile
)
499
if ((CreateOptions & BitmapCreateOptions.
IgnoreColorProfile
) == 0 &&
System\Windows\Media\Imaging\BitmapSource.cs (1)
1076
(createOptions & BitmapCreateOptions.
IgnoreColorProfile
) == 0 &&
PresentationFramework (1)
System\Windows\ColorConvertedBitmapExtension.cs (1)
108
BitmapCreateOptions.
IgnoreColorProfile
| BitmapCreateOptions.IgnoreImageCache,