5 references to ShouldReWrapException
PresentationFramework (5)
System\Windows\Markup\WpfXamlLoader.cs (1)
167
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, baseUri))
System\Windows\Markup\XamlReader.cs (4)
452
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
642
if (CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, _baseUri))
905
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
980
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, baseUri))