2 writes to BamlStream
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
102
BamlStream
= bamlStream;
121
BamlStream
= bamlStream;
4 references to BamlStream
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
356
BamlStream
?.Close();
1029
Stream bamlStream =
BamlStream
;
5395
if (
BamlStream
!= null)
5397
_binaryReader = new BamlBinaryReader(
BamlStream
, new System.Text.UTF8Encoding());