5 references to ShouldReWrapException
PresentationFramework (5)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
150
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, baseUri))
src\Framework\System\Windows\Markup\XamlReader.cs (4)
368
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
560
if (CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, _baseUri))
832
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
910
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, baseUri))