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(); 753if (_currentFixedPagePrintStream != null) 755_currentFixedPagePrintStream.Dispose(); 876IStream pageMarkupStream = _currentFixedPagePrintStream.GetManagedIStream(); 885_currentFixedPagePrintStream.Seek(0, SeekOrigin.Begin);