2 writes to _writer
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12582_writer = new BinaryWriter(File.Open(filename, FileMode.Create)); 12620_writer = null;
7 references to _writer
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
12583_writer.Write((int)s_StfFormatVersion); 12594if (_writer != null && depth <= _flushDepth) 12598_traceList[_flushIndex].Write(_writer); 12601_writer.Flush(); 12616if (_writer != null) 12619_writer.Close(); 12626if (_writer != null)