5 references to IgnoreColorProfile
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (3)
331
(bitmapImage.CreateOptions & BitmapCreateOptions.
IgnoreColorProfile
) ==
332
(CreateOptions & BitmapCreateOptions.
IgnoreColorProfile
)
530
if ((CreateOptions & BitmapCreateOptions.
IgnoreColorProfile
) == 0 &&
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1223
(createOptions & BitmapCreateOptions.
IgnoreColorProfile
) == 0 &&
PresentationFramework (1)
src\Framework\System\Windows\ColorConvertedBitmapExtension.cs (1)
117
BitmapCreateOptions.
IgnoreColorProfile
| BitmapCreateOptions.IgnoreImageCache,