2 writes to _writer
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
5083_writer = new BinaryWriter(File.Open(filename, FileMode.Create)); 5121_writer = null;
7 references to _writer
PresentationFramework (7)
System\Windows\Documents\TextStore.cs (7)
5084_writer.Write((int)s_CtfFormatVersion); 5095if (_writer != null && depth <= _flushDepth) 5099_traceList[_flushIndex].Write(_writer); 5102_writer.Flush(); 5117if (_writer != null) 5120_writer.Close(); 5127if (_writer != null)