3 writes to _currentFixedPagePrintStream
ReachFramework (3)
Serialization\Manager\XpsOMPackagingPolicy.cs (3)
253
_currentFixedPagePrintStream
= XpsPrintStream.CreateXpsPrintStream();
290
_currentFixedPagePrintStream
= null;
758
_currentFixedPagePrintStream
= null;
6 references to _currentFixedPagePrintStream
ReachFramework (6)
Serialization\Manager\XpsOMPackagingPolicy.cs (6)
254
_currentFixedPageXmlWriter = new XmlTextWriter(
_currentFixedPagePrintStream
, Encoding.UTF8);
289
_currentFixedPagePrintStream
.Dispose();
754
if (
_currentFixedPagePrintStream
!= null)
756
_currentFixedPagePrintStream
.Dispose();
877
IStream pageMarkupStream =
_currentFixedPagePrintStream
.GetManagedIStream();
886
_currentFixedPagePrintStream
.Seek(0, SeekOrigin.Begin);