3 writes to ImageSource
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (1)
8680formatState.ImageSource = imagePartUriString;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3115documentNode.FormatState.ImageSource = valueString; 3122documentNode.FormatState.ImageSource = valueString;
2 references to ImageSource
PresentationFramework (2)
System\Windows\Documents\XamlToRtfWriter.cs (2)
2020using (Stream imageStream = _wpfPayload.GetImageStream(documentNode.FormatState.ImageSource)) 2023RtfImageFormat imageFormat = GetImageFormatFromImageSourceName(documentNode.FormatState.ImageSource);