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