3 writes to ImageSource
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
8749formatState.ImageSource = imagePartUriString;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
3123documentNode.FormatState.ImageSource = valueString; 3130documentNode.FormatState.ImageSource = valueString;
2 references to ImageSource
PresentationFramework (2)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
2024Stream imageStream = _wpfPayload.GetImageStream(documentNode.FormatState.ImageSource); 2027RtfImageFormat imageFormat = GetImageFormatFromImageSourceName(documentNode.FormatState.ImageSource);