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);
741
return new
WpfPayload
(package);
762
return new
WpfPayload
(package);
29 references to WpfPayload
PresentationFramework (29)
System\Windows\Documents\RtfToXamlReader.cs (2)
7938
internal
WpfPayload
WpfPayload
11791
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);
686
MemoryStream packagedImage =
WpfPayload
.SaveImage(bitmapSource,
WpfPayload
.ImageBmpContentType);
707
object element =
WpfPayload
.LoadElement(pastedMemoryStream);
784
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);
738
internal static
WpfPayload
CreateWpfPayload(Stream stream)
759
internal static
WpfPayload
OpenWpfPayload(Stream stream)
System\Windows\Documents\XamlRtfConverter.cs (2)
144
internal
WpfPayload
WpfPayload
183
private
WpfPayload
_wpfPayload;
System\Windows\Documents\XamlToRtfWriter.cs (2)
120
internal
WpfPayload
WpfPayload
2322
private
WpfPayload
_wpfPayload;