2 writes to _writer
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
5063_writer = new BinaryWriter(File.Open(filename, FileMode.Create)); 5101_writer = null;
7 references to _writer
PresentationFramework (7)
System\Windows\Documents\TextStore.cs (7)
5064_writer.Write((int)s_CtfFormatVersion); 5075if (_writer != null && depth <= _flushDepth) 5079_traceList[_flushIndex].Write(_writer); 5082_writer.Flush(); 5097if (_writer != null) 5100_writer.Close(); 5107if (_writer != null)