2 writes to _writer
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12611_writer = new BinaryWriter(File.Open(filename, FileMode.Create)); 12649_writer = null;
7 references to _writer
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
12612_writer.Write((int)s_StfFormatVersion); 12623if (_writer != null && depth <= _flushDepth) 12627_traceList[_flushIndex].Write(_writer); 12630_writer.Flush(); 12645if (_writer != null) 12648_writer.Close(); 12655if (_writer != null)