1 write to _wpfPayload
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
7929
_wpfPayload
= value;
2 references to _wpfPayload
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
8634
if (
_wpfPayload
!= null && contentType != string.Empty && !skipImage)
8638
Stream imageStream =
_wpfPayload
.CreateImageStream(_imageCount, contentType, out imagePartUriString);