5 references to ShouldReWrapException
PresentationFramework (5)
System\Windows\Markup\WpfXamlLoader.cs (1)
170
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, baseUri))
System\Windows\Markup\XamlReader.cs (4)
455
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
645
if (CriticalExceptions.IsCriticalException(e) || !XamlReader.
ShouldReWrapException
(e, _baseUri))
908
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, parserContext.BaseUri))
983
if (MS.Internal.CriticalExceptions.IsCriticalException(e) || !
ShouldReWrapException
(e, baseUri))