2 writes to _metroPart
ReachFramework (2)
Packaging\XpsFixedDocumentReaderWriter.cs (2)
268
_metroPart
= part;
679
_metroPart
= null;
14 references to _metroPart
ReachFramework (14)
Packaging\XpsFixedDocumentReaderWriter.cs (14)
270
_partEditor = new XmlPartEditor(
_metroPart
);
412
ObjectDisposedException.ThrowIf(
_metroPart
is null || CurrentXpsManager.MetroPackage is null, typeof(XpsFixedDocumentReaderWriter));
459
_metroPart
.CreateRelationship( _thumbnail.Uri,
496
_metroPart
.CreateRelationship(new Uri(structurePath, UriKind.Relative),
528
foreach (PackageRelationship rel in
_metroPart
.GetRelationships())
544
_metroPart
.CreateRelationship(new Uri(relativePath, UriKind.Relative),
769
xmlPartList.Add(
_metroPart
);
894
CurrentXpsManager.WritePrintTicket(this,
_metroPart
, _printTicket);
898
CurrentXpsManager.WriteEmptyPrintTicket(this,
_metroPart
);
943
using (Stream stream =
_metroPart
.GetStream(FileMode.Open))
1003
_thumbnail = CurrentXpsManager.EnsureThumbnail( this,
_metroPart
);
1040
foreach (PackageRelationship rel in
_metroPart
.GetRelationshipsByType(XpsS0Markup.StructureRelationshipName))
1119
sigDefPart = CurrentXpsManager.AddSignatureDefinitionPart(
_metroPart
);
1254
return
_metroPart
;