3 writes to ImageSource
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (1)
8661formatState.ImageSource = imagePartUriString;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3117documentNode.FormatState.ImageSource = valueString; 3124documentNode.FormatState.ImageSource = valueString;
2 references to ImageSource
PresentationFramework (2)
System\Windows\Documents\XamlToRtfWriter.cs (2)
2022using (Stream imageStream = _wpfPayload.GetImageStream(documentNode.FormatState.ImageSource)) 2025RtfImageFormat imageFormat = GetImageFormatFromImageSourceName(documentNode.FormatState.ImageSource);