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(); 754if (_currentFixedPagePrintStream != null) 756_currentFixedPagePrintStream.Dispose(); 877IStream pageMarkupStream = _currentFixedPagePrintStream.GetManagedIStream(); 886_currentFixedPagePrintStream.Seek(0, SeekOrigin.Begin);