2 writes to _stream
PresentationFramework (2)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
976_stream = null; 997_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(); 731if (_stream.Length == 0) 840XmlCompatibilityReader reader = new XmlCompatibilityReader(new XmlTextReader(_stream), 933if (_stream == null)