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