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