3 references to FromRawBytes
PresentationCore (3)
Core\CSharp\System\Windows\Media\ColorContext.cs (3)
85FromRawBytes(profileData, (int)cbProfileActual, /* dontThrowException = */ true); 155FromRawBytes(sRGBProfile, sRGBProfile.Length, /* dontThrowException = */ true); 714FromRawBytes(rawBytes, numBytesRead, /* dontThrowException = */ false);