2 writes to _writer
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12616
_writer
= new BinaryWriter(File.Open(filename, FileMode.Create));
12654
_writer
= null;
7 references to _writer
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
12617
_writer
.Write((int)s_StfFormatVersion);
12628
if (
_writer
!= null && depth <= _flushDepth)
12632
_traceList[_flushIndex].Write(
_writer
);
12635
_writer
.Flush();
12650
if (
_writer
!= null)
12653
_writer
.Close();
12660
if (
_writer
!= null)