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