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