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