5 references to ShouldReWrapException
PresentationFramework (5)
System\Windows\Markup\WpfXamlLoader.cs (1)
166
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, baseUri))
System\Windows\Markup\XamlReader.cs (4)
451
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
641
if (CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, _baseUri))
904
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
979
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, baseUri))