2 writes to _writer
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12611
_writer
= new BinaryWriter(File.Open(filename, FileMode.Create));
12649
_writer
= null;
7 references to _writer
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
12612
_writer
.Write((int)s_StfFormatVersion);
12623
if (
_writer
!= null && depth <= _flushDepth)
12627
_traceList[_flushIndex].Write(
_writer
);
12630
_writer
.Flush();
12645
if (
_writer
!= null)
12648
_writer
.Close();
12655
if (
_writer
!= null)