2 writes to _metroPart
ReachFramework (2)
Packaging\XpsFixedDocumentReaderWriter.cs (2)
272
_metroPart
= part;
683
_metroPart
= null;
14 references to _metroPart
ReachFramework (14)
Packaging\XpsFixedDocumentReaderWriter.cs (14)
274
_partEditor = new XmlPartEditor(
_metroPart
);
416
ObjectDisposedException.ThrowIf(
_metroPart
is null || CurrentXpsManager.MetroPackage is null, typeof(XpsFixedDocumentReaderWriter));
463
_metroPart
.CreateRelationship( _thumbnail.Uri,
500
_metroPart
.CreateRelationship(new Uri(structurePath, UriKind.Relative),
532
foreach (PackageRelationship rel in
_metroPart
.GetRelationships())
548
_metroPart
.CreateRelationship(new Uri(relativePath, UriKind.Relative),
773
xmlPartList.Add(
_metroPart
);
898
CurrentXpsManager.WritePrintTicket(this,
_metroPart
, _printTicket);
902
CurrentXpsManager.WriteEmptyPrintTicket(this,
_metroPart
);
947
using (Stream stream =
_metroPart
.GetStream(FileMode.Open))
1007
_thumbnail = CurrentXpsManager.EnsureThumbnail( this,
_metroPart
);
1044
foreach (PackageRelationship rel in
_metroPart
.GetRelationshipsByType(XpsS0Markup.StructureRelationshipName))
1123
sigDefPart = CurrentXpsManager.AddSignatureDefinitionPart(
_metroPart
);
1258
return
_metroPart
;