4 references to GetImageContentType
PresentationFramework (4)
System\Windows\Documents\WpfPayload.cs (4)
443
string imageContentType =
GetImageContentType
(image.Source.ToString());
506
string imageContentType =
GetImageContentType
(image.Source.ToString());
514
Invariant.Assert(imageContentType ==
GetImageContentType
(_images[i].Source.ToString()), $"Image content types expected to be consistent: {imageContentType} vs. {
GetImageContentType
(_images[i].Source.ToString())}");