4 references to IgnoreFlushAndCloseStream
WindowsBase (4)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
515
using (IgnoreFlushAndCloseStream s = new
IgnoreFlushAndCloseStream
(part.GetStream()))
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
774
writerStream = new
IgnoreFlushAndCloseStream
(_propertyPart.GetStream(FileMode.Create, FileAccess.Write));
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (2)
488
Stream transformStream = new
IgnoreFlushAndCloseStream
(s);
546
using (XmlTextWriter writer = new XmlTextWriter(new
IgnoreFlushAndCloseStream
(s),