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