2 writes to _writer
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12616_writer = new BinaryWriter(File.Open(filename, FileMode.Create)); 12654_writer = null;
7 references to _writer
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
12617_writer.Write((int)s_StfFormatVersion); 12628if (_writer != null && depth <= _flushDepth) 12632_traceList[_flushIndex].Write(_writer); 12635_writer.Flush(); 12650if (_writer != null) 12653_writer.Close(); 12660if (_writer != null)