3 writes to _currentFixedPagePrintStream
ReachFramework (3)
Serialization\Manager\XpsOMPackagingPolicy.cs (3)
252
_currentFixedPagePrintStream
= XpsPrintStream.CreateXpsPrintStream();
289
_currentFixedPagePrintStream
= null;
757
_currentFixedPagePrintStream
= null;
6 references to _currentFixedPagePrintStream
ReachFramework (6)
Serialization\Manager\XpsOMPackagingPolicy.cs (6)
253
_currentFixedPageXmlWriter = new XmlTextWriter(
_currentFixedPagePrintStream
, Encoding.UTF8);
288
_currentFixedPagePrintStream
.Dispose();
753
if (
_currentFixedPagePrintStream
!= null)
755
_currentFixedPagePrintStream
.Dispose();
876
IStream pageMarkupStream =
_currentFixedPagePrintStream
.GetManagedIStream();
885
_currentFixedPagePrintStream
.Seek(0, SeekOrigin.Begin);