2 writes to _writer
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12578_writer = new BinaryWriter(File.Open(filename, FileMode.Create)); 12616_writer = null;
7 references to _writer
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
12579_writer.Write((int)s_StfFormatVersion); 12590if (_writer != null && depth <= _flushDepth) 12594_traceList[_flushIndex].Write(_writer); 12597_writer.Flush(); 12612if (_writer != null) 12615_writer.Close(); 12622if (_writer != null)