Base:
3 references to ToString
PresentationCore (1)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
316return _decoder.ToString();
ReachFramework (2)
Serialization\ImageSourceTypeConverter.cs (2)
229Uri sourceUri = new Uri(decoder.ToString()); 447String sourceUri = bitmapFrame.Decoder.ToString();