2 writes to _isDebugBamlStream
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
545set { _isDebugBamlStream = value; } 677context._isDebugBamlStream = _isDebugBamlStream;
2 references to _isDebugBamlStream
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
544get { return _isDebugBamlStream; } 677context._isDebugBamlStream = _isDebugBamlStream;