3 writes to _currentFixedPagePrintStream
ReachFramework (3)
Serialization\Manager\XpsOMPackagingPolicy.cs (3)
252
_currentFixedPagePrintStream
= XpsPrintStream.CreateXpsPrintStream();
289
_currentFixedPagePrintStream
= null;
748
_currentFixedPagePrintStream
= null;
5 references to _currentFixedPagePrintStream
ReachFramework (5)
Serialization\Manager\XpsOMPackagingPolicy.cs (5)
253
_currentFixedPageXmlWriter = new XmlTextWriter(
_currentFixedPagePrintStream
, Encoding.UTF8);
288
_currentFixedPagePrintStream
.Dispose();
747
_currentFixedPagePrintStream
?.Dispose();
867
IStream pageMarkupStream =
_currentFixedPagePrintStream
.GetManagedIStream();
876
_currentFixedPagePrintStream
.Seek(0, SeekOrigin.Begin);