5 references to ShouldReWrapException
PresentationFramework (5)
System\Windows\Markup\WpfXamlLoader.cs (1)
171
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, baseUri))
System\Windows\Markup\XamlReader.cs (4)
464
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
655
if (CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, _baseUri))
910
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
985
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, baseUri))