2 writes to _isDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
526set { _isDebugBamlStream = value; } 649context._isDebugBamlStream = _isDebugBamlStream;
2 references to _isDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
525get { return _isDebugBamlStream; } 649context._isDebugBamlStream = _isDebugBamlStream;