2 writes to _stream
PresentationFramework (2)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
975_stream = null; 996_stream = stream;
8 references to _stream
PresentationFramework (8)
System\Windows\Annotations\Storage\XmlStreamStore.cs (8)
361if (!_stream.CanWrite) 369_stream.Position = 0; 370_stream.SetLength(0); 372_document.Save(_stream); 373_stream.Flush(); 730if (_stream.Length == 0) 839XmlCompatibilityReader reader = new XmlCompatibilityReader(new XmlTextReader(_stream), 932if (_stream == null)