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