2 writes to _writer
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12581_writer = new BinaryWriter(File.Open(filename, FileMode.Create)); 12619_writer = null;
7 references to _writer
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
12582_writer.Write((int)s_StfFormatVersion); 12593if (_writer != null && depth <= _flushDepth) 12597_traceList[_flushIndex].Write(_writer); 12600_writer.Flush(); 12615if (_writer != null) 12618_writer.Close(); 12625if (_writer != null)