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