2 writes to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
108
_caughtException
= ex;
204
_caughtException
= null;
2 references to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
201
if (
_caughtException
is not null)
203
Exception ex =
_caughtException
;