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)
5662
set { ParserContext.
IsDebugBamlStream
= value; }
3 references to IsDebugBamlStream
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2013
if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.
IsDebugBamlStream
, bamlRecord))
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
298
if (BamlRecordHelper.HasDebugExtensionRecord(ParserContext.
IsDebugBamlStream
, bamlRecord))
5661
get { return ParserContext.
IsDebugBamlStream
; }