2 writes to IsDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (1)
1824
_parserContext.
IsDebugBamlStream
= documentStartRecord.DebugBaml;
System\Windows\Markup\BamlRecordReader.cs (1)
5599
set { ParserContext.
IsDebugBamlStream
= value; }
3 references to IsDebugBamlStream
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
1991
if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.
IsDebugBamlStream
, bamlRecord))
System\Windows\Markup\BamlRecordReader.cs (2)
284
if (BamlRecordHelper.HasDebugExtensionRecord(ParserContext.
IsDebugBamlStream
, bamlRecord))
5598
get { return ParserContext.
IsDebugBamlStream
; }