3 writes to ImageSource
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (1)
8659formatState.ImageSource = imagePartUriString;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3116documentNode.FormatState.ImageSource = valueString; 3123documentNode.FormatState.ImageSource = valueString;
2 references to ImageSource
PresentationFramework (2)
System\Windows\Documents\XamlToRtfWriter.cs (2)
2021using (Stream imageStream = _wpfPayload.GetImageStream(documentNode.FormatState.ImageSource)) 2024RtfImageFormat imageFormat = GetImageFormatFromImageSourceName(documentNode.FormatState.ImageSource);