4 instantiations of WpfPayload
PresentationFramework (4)
System\Windows\Documents\WpfPayload.cs (4)
198
WpfPayload wpfPayload = new
WpfPayload
(/*package:*/null);
249
WpfPayload wpfPayload = new
WpfPayload
(/*package:*/null);
745
return new
WpfPayload
(package);
766
return new
WpfPayload
(package);
29 references to WpfPayload
PresentationFramework (29)
System\Windows\Documents\RtfToXamlReader.cs (2)
7921
internal
WpfPayload
WpfPayload
11757
private
WpfPayload
_wpfPayload;
System\windows\Documents\TextEditorCopyPaste.cs (8)
115
string xamlTextWithImages =
WpfPayload
.SaveRange(This.Selection, ref wpfContainerMemory, /*useFlowDocumentAsRoot:*/false);
437
xamlRtfConverter.WpfPayload =
WpfPayload
.OpenWpfPayload(wpfContainerMemory);
450
WpfPayload
wpfPayload =
WpfPayload
.CreateWpfPayload(memoryStream);
697
MemoryStream packagedImage =
WpfPayload
.SaveImage(bitmapSource,
WpfPayload
.ImageBmpContentType);
718
object element =
WpfPayload
.LoadElement(pastedMemoryStream);
795
TextElement textElement =
WpfPayload
.LoadElement(memoryStream) as TextElement;
System\Windows\Documents\TextRangeBase.cs (4)
1525
WpfPayload
.SaveRange(thisRange, ref stream, /*useFlowDocumentAsRoot:*/false, preserveTextElements);
1532
string xamlText =
WpfPayload
.SaveRange(thisRange, ref wpfPayloadMemory, /*useFlowDocumentAsRoot:*/false);
1573
object element =
WpfPayload
.LoadElement(stream);
1590
TextElement textElement =
WpfPayload
.LoadElement(memoryStream) as TextElement;
System\Windows\Documents\TextRangeSerialization.cs (5)
38
internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, bool useFlowDocumentAsRoot,
WpfPayload
wpfPayload)
63
internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, bool useFlowDocumentAsRoot,
WpfPayload
wpfPayload, bool preserveTextElements)
195
private static void WriteXamlTextSegment(XmlWriter xmlWriter, ITextPointer rangeStart, ITextPointer rangeEnd, XamlTypeMapper xamlTypeMapper, ref int elementLevel,
WpfPayload
wpfPayload, bool ignoreWriteHyperlinkEnd, List<int> ignoreList, bool preserveTextElements)
340
private static void WriteXamlTableCellRange(XmlWriter xmlWriter, ITextRange range, XamlTypeMapper xamlTypeMapper, ref int elementLevel,
WpfPayload
wpfPayload, bool preserveTextElements)
1154
private static void WriteEmbeddedObject(object embeddedObject, XmlWriter xmlWriter,
WpfPayload
wpfPayload)
System\Windows\Documents\WpfPayload.cs (6)
198
WpfPayload
wpfPayload = new WpfPayload(/*package:*/null);
249
WpfPayload
wpfPayload = new WpfPayload(/*package:*/null);
312
WpfPayload
wpfPayload =
WpfPayload
.OpenWpfPayload(stream);
742
internal static
WpfPayload
CreateWpfPayload(Stream stream)
763
internal static
WpfPayload
OpenWpfPayload(Stream stream)
System\Windows\Documents\XamlRtfConverter.cs (2)
145
internal
WpfPayload
WpfPayload
184
private
WpfPayload
_wpfPayload;
System\Windows\Documents\XamlToRtfWriter.cs (2)
121
internal
WpfPayload
WpfPayload
2323
private
WpfPayload
_wpfPayload;