2 writes to IsDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (1)
1829
_parserContext.
IsDebugBamlStream
= documentStartRecord.DebugBaml;
System\Windows\Markup\BamlRecordReader.cs (1)
5575
set { ParserContext.
IsDebugBamlStream
= value; }
3 references to IsDebugBamlStream
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
2000
if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.
IsDebugBamlStream
, bamlRecord))
System\Windows\Markup\BamlRecordReader.cs (2)
269
if (BamlRecordHelper.HasDebugExtensionRecord(ParserContext.
IsDebugBamlStream
, bamlRecord))
5574
get { return ParserContext.
IsDebugBamlStream
; }