2 writes to IsDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (1)
1814_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml;
System\Windows\Markup\BamlRecordReader.cs (1)
5590set { ParserContext.IsDebugBamlStream = value; }
3 references to IsDebugBamlStream
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
1981if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.IsDebugBamlStream, bamlRecord))
System\Windows\Markup\BamlRecordReader.cs (2)
275if (BamlRecordHelper.HasDebugExtensionRecord(ParserContext.IsDebugBamlStream, bamlRecord)) 5589get { return ParserContext.IsDebugBamlStream; }