2 writes to BamlStream
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
127
BamlStream
= bamlStream;
146
BamlStream
= bamlStream;
5 references to BamlStream
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (5)
386
if (
BamlStream
!= null)
388
BamlStream
.Close();
1070
Stream bamlStream =
BamlStream
;
5480
if (
BamlStream
!= null)
5482
_binaryReader = new BamlBinaryReader(
BamlStream
, new System.Text.UTF8Encoding());