1 write to _baseUri
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlReader.cs (1)
258_baseUri = parserContext.BaseUri;
2 references to _baseUri
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlReader.cs (2)
560if (CriticalExceptions.IsCriticalException(e) || !XamlReader.ShouldReWrapException(e, _baseUri)) 566_parseException = XamlReader.WrapException(e, null, _baseUri);