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