2 writes to _writer
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
12451_writer = new BinaryWriter(File.Open(filename, FileMode.Create)); 12489_writer = null;
7 references to _writer
PresentationFramework (7)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (7)
12452_writer.Write((int)s_StfFormatVersion); 12463if (_writer != null && depth <= _flushDepth) 12467_traceList[_flushIndex].Write(_writer); 12470_writer.Flush(); 12485if (_writer != null) 12488_writer.Close(); 12495if (_writer != null)