7 references to IsInvalid
PresentationCore (7)
Core\CSharp\System\Windows\Media\ColorContext.cs (5)
263if (_colorContextHelper.IsInvalid) 361if (_colorContextHelper.IsInvalid) // sRGB or scRGB 392if (_colorContextHelper.IsInvalid) // sRGB or scRGB 416return !_colorContextHelper.IsInvalid; 762if (_colorContextHelper.IsInvalid)
Core\CSharp\System\Windows\Media\ColorContextHelper.cs (2)
110if (IsInvalid) 127if (IsInvalid)