3 references to FromRawBytes
PresentationCore (3)
System\Windows\Media\ColorContext.cs (3)
78FromRawBytes(profileData, (int)cbProfileActual, /* dontThrowException = */ true); 148FromRawBytes(sRGBProfile, sRGBProfile.Length, /* dontThrowException = */ true); 613FromRawBytes(rawBytes, numBytesRead, /* dontThrowException = */ false);