2 writes to _stream
PresentationFramework (2)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
985_stream = null; 1006_stream = stream;
8 references to _stream
PresentationFramework (8)
System\Windows\Annotations\Storage\XmlStreamStore.cs (8)
373if (!_stream.CanWrite) 381_stream.Position = 0; 382_stream.SetLength(0); 384_document.Save(_stream); 385_stream.Flush(); 740if (_stream.Length == 0) 849XmlCompatibilityReader reader = new XmlCompatibilityReader(new XmlTextReader(_stream), 942if (_stream == null)