4 instantiations of WpfPayload
PresentationFramework (4)
System\Windows\Documents\WpfPayload.cs (4)
192
WpfPayload wpfPayload = new
WpfPayload
(/*package:*/null);
243
WpfPayload wpfPayload = new
WpfPayload
(/*package:*/null);
739
return new
WpfPayload
(package);
760
return new
WpfPayload
(package);
29 references to WpfPayload
PresentationFramework (29)
System\Windows\Documents\RtfToXamlReader.cs (2)
7920
internal
WpfPayload
WpfPayload
11756
private
WpfPayload
_wpfPayload;
System\windows\Documents\TextEditorCopyPaste.cs (8)
102
string xamlTextWithImages =
WpfPayload
.SaveRange(This.Selection, ref wpfContainerMemory, /*useFlowDocumentAsRoot:*/false);
424
xamlRtfConverter.WpfPayload =
WpfPayload
.OpenWpfPayload(wpfContainerMemory);
437
WpfPayload
wpfPayload =
WpfPayload
.CreateWpfPayload(memoryStream);
684
MemoryStream packagedImage =
WpfPayload
.SaveImage(bitmapSource,
WpfPayload
.ImageBmpContentType);
705
object element =
WpfPayload
.LoadElement(pastedMemoryStream);
782
TextElement textElement =
WpfPayload
.LoadElement(memoryStream) as TextElement;
System\Windows\Documents\TextRangeBase.cs (4)
1522
WpfPayload
.SaveRange(thisRange, ref stream, /*useFlowDocumentAsRoot:*/false, preserveTextElements);
1529
string xamlText =
WpfPayload
.SaveRange(thisRange, ref wpfPayloadMemory, /*useFlowDocumentAsRoot:*/false);
1570
object element =
WpfPayload
.LoadElement(stream);
1587
TextElement textElement =
WpfPayload
.LoadElement(memoryStream) as TextElement;
System\Windows\Documents\TextRangeSerialization.cs (5)
32
internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, bool useFlowDocumentAsRoot,
WpfPayload
wpfPayload)
57
internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, bool useFlowDocumentAsRoot,
WpfPayload
wpfPayload, bool preserveTextElements)
189
private static void WriteXamlTextSegment(XmlWriter xmlWriter, ITextPointer rangeStart, ITextPointer rangeEnd, XamlTypeMapper xamlTypeMapper, ref int elementLevel,
WpfPayload
wpfPayload, bool ignoreWriteHyperlinkEnd, List<int> ignoreList, bool preserveTextElements)
334
private static void WriteXamlTableCellRange(XmlWriter xmlWriter, ITextRange range, XamlTypeMapper xamlTypeMapper, ref int elementLevel,
WpfPayload
wpfPayload, bool preserveTextElements)
1148
private static void WriteEmbeddedObject(object embeddedObject, XmlWriter xmlWriter,
WpfPayload
wpfPayload)
System\Windows\Documents\WpfPayload.cs (6)
192
WpfPayload
wpfPayload = new WpfPayload(/*package:*/null);
243
WpfPayload
wpfPayload = new WpfPayload(/*package:*/null);
306
WpfPayload
wpfPayload =
WpfPayload
.OpenWpfPayload(stream);
736
internal static
WpfPayload
CreateWpfPayload(Stream stream)
757
internal static
WpfPayload
OpenWpfPayload(Stream stream)
System\Windows\Documents\XamlRtfConverter.cs (2)
142
internal
WpfPayload
WpfPayload
181
private
WpfPayload
_wpfPayload;
System\Windows\Documents\XamlToRtfWriter.cs (2)
120
internal
WpfPayload
WpfPayload
2322
private
WpfPayload
_wpfPayload;