3 writes to _currentFixedPagePrintStream
ReachFramework (3)
Serialization\Manager\XpsOMPackagingPolicy.cs (3)
251
_currentFixedPagePrintStream
= XpsPrintStream.CreateXpsPrintStream();
288
_currentFixedPagePrintStream
= null;
747
_currentFixedPagePrintStream
= null;
5 references to _currentFixedPagePrintStream
ReachFramework (5)
Serialization\Manager\XpsOMPackagingPolicy.cs (5)
252
_currentFixedPageXmlWriter = new XmlTextWriter(
_currentFixedPagePrintStream
, Encoding.UTF8);
287
_currentFixedPagePrintStream
.Dispose();
746
_currentFixedPagePrintStream
?.Dispose();
866
IStream pageMarkupStream =
_currentFixedPagePrintStream
.GetManagedIStream();
875
_currentFixedPagePrintStream
.Seek(0, SeekOrigin.Begin);