2 writes to IsDebugBamlStream
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1837_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5662set { ParserContext.IsDebugBamlStream = value; }
3 references to IsDebugBamlStream
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2013if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.IsDebugBamlStream, bamlRecord))
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
298if (BamlRecordHelper.HasDebugExtensionRecord(ParserContext.IsDebugBamlStream, bamlRecord)) 5661get { return ParserContext.IsDebugBamlStream; }