4 instantiations of WpfPayload
PresentationFramework (4)
System\Windows\Documents\WpfPayload.cs (4)
191
WpfPayload wpfPayload = new
WpfPayload
(/*package:*/null);
242
WpfPayload wpfPayload = new
WpfPayload
(/*package:*/null);
740
return new
WpfPayload
(package);
761
return new
WpfPayload
(package);
29 references to WpfPayload
PresentationFramework (29)
System\Windows\Documents\RtfToXamlReader.cs (2)
7937
internal
WpfPayload
WpfPayload
11790
private
WpfPayload
_wpfPayload;
System\windows\Documents\TextEditorCopyPaste.cs (8)
101
string xamlTextWithImages =
WpfPayload
.SaveRange(This.Selection, ref wpfContainerMemory, /*useFlowDocumentAsRoot:*/false);
423
xamlRtfConverter.WpfPayload =
WpfPayload
.OpenWpfPayload(wpfContainerMemory);
436
WpfPayload
wpfPayload =
WpfPayload
.CreateWpfPayload(memoryStream);
685
MemoryStream packagedImage =
WpfPayload
.SaveImage(bitmapSource,
WpfPayload
.ImageBmpContentType);
706
object element =
WpfPayload
.LoadElement(pastedMemoryStream);
783
TextElement textElement =
WpfPayload
.LoadElement(memoryStream) as TextElement;
System\Windows\Documents\TextRangeBase.cs (4)
1521
WpfPayload
.SaveRange(thisRange, ref stream, /*useFlowDocumentAsRoot:*/false, preserveTextElements);
1528
string xamlText =
WpfPayload
.SaveRange(thisRange, ref wpfPayloadMemory, /*useFlowDocumentAsRoot:*/false);
1569
object element =
WpfPayload
.LoadElement(stream);
1586
TextElement textElement =
WpfPayload
.LoadElement(memoryStream) as TextElement;
System\Windows\Documents\TextRangeSerialization.cs (5)
31
internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, bool useFlowDocumentAsRoot,
WpfPayload
wpfPayload)
56
internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, bool useFlowDocumentAsRoot,
WpfPayload
wpfPayload, bool preserveTextElements)
188
private static void WriteXamlTextSegment(XmlWriter xmlWriter, ITextPointer rangeStart, ITextPointer rangeEnd, XamlTypeMapper xamlTypeMapper, ref int elementLevel,
WpfPayload
wpfPayload, bool ignoreWriteHyperlinkEnd, List<int> ignoreList, bool preserveTextElements)
333
private static void WriteXamlTableCellRange(XmlWriter xmlWriter, ITextRange range, XamlTypeMapper xamlTypeMapper, ref int elementLevel,
WpfPayload
wpfPayload, bool preserveTextElements)
1147
private static void WriteEmbeddedObject(object embeddedObject, XmlWriter xmlWriter,
WpfPayload
wpfPayload)
System\Windows\Documents\WpfPayload.cs (6)
191
WpfPayload
wpfPayload = new WpfPayload(/*package:*/null);
242
WpfPayload
wpfPayload = new WpfPayload(/*package:*/null);
305
WpfPayload
wpfPayload =
WpfPayload
.OpenWpfPayload(stream);
737
internal static
WpfPayload
CreateWpfPayload(Stream stream)
758
internal static
WpfPayload
OpenWpfPayload(Stream stream)
System\Windows\Documents\XamlRtfConverter.cs (2)
143
internal
WpfPayload
WpfPayload
182
private
WpfPayload
_wpfPayload;
System\Windows\Documents\XamlToRtfWriter.cs (2)
119
internal
WpfPayload
WpfPayload
2321
private
WpfPayload
_wpfPayload;