4 references to GetImageContentType
PresentationFramework (4)
src\Framework\System\Windows\Documents\WpfPayload.cs (4)
467
string imageContentType =
GetImageContentType
(image.Source.ToString());
537
string imageContentType =
GetImageContentType
(image.Source.ToString());
545
Invariant.Assert(imageContentType ==
GetImageContentType
(_images[i].Source.ToString()), "Image content types expected to be consistent: " + imageContentType + " vs. " +
GetImageContentType
(_images[i].Source.ToString()));