2 writes to _stream
PresentationFramework (2)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
974_stream = null; 995_stream = stream;
8 references to _stream
PresentationFramework (8)
System\Windows\Annotations\Storage\XmlStreamStore.cs (8)
362if (!_stream.CanWrite) 370_stream.Position = 0; 371_stream.SetLength(0); 373_document.Save(_stream); 374_stream.Flush(); 729if (_stream.Length == 0) 838XmlCompatibilityReader reader = new XmlCompatibilityReader(new XmlTextReader(_stream), 931if (_stream == null)