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);
12463
if (
_writer
!= null && depth <= _flushDepth)
12467
_traceList[_flushIndex].Write(
_writer
);
12470
_writer
.Flush();
12485
if (
_writer
!= null)
12488
_writer
.Close();
12495
if (
_writer
!= null)