Base:
method
ToString
System.Object.ToString()
8 references to ToString
PresentationFramework (8)
src\Framework\System\Windows\Documents\FixedSOMImage.cs (2)
65imageUri = new Uri(imageSource.ToString(), UriKind.RelativeOrAbsolute); 86imageUri = new Uri(imageSource.ToString(), UriKind.RelativeOrAbsolute);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1185if (image.Source != null && !string.IsNullOrEmpty(image.Source.ToString()))
src\Framework\System\Windows\Documents\WpfPayload.cs (5)
467string imageContentType = GetImageContentType(image.Source.ToString()); 523if (string.IsNullOrEmpty(image.Source.ToString())) 537string imageContentType = GetImageContentType(image.Source.ToString()); 545Invariant.Assert(imageContentType == GetImageContentType(_images[i].Source.ToString()), "Image content types expected to be consistent: " + imageContentType + " vs. " + GetImageContentType(_images[i].Source.ToString()));