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