Base:
method
ToString
System.Object.ToString()
8 references to ToString
PresentationFramework (8)
src\Framework\System\Windows\Documents\FixedSOMImage.cs (2)
65
imageUri = new Uri(imageSource.
ToString
(), UriKind.RelativeOrAbsolute);
86
imageUri = new Uri(imageSource.
ToString
(), UriKind.RelativeOrAbsolute);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1185
if (image.Source != null && !string.IsNullOrEmpty(image.Source.
ToString
()))
src\Framework\System\Windows\Documents\WpfPayload.cs (5)
467
string imageContentType = GetImageContentType(image.Source.
ToString
());
523
if (string.IsNullOrEmpty(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
()));