2 writes to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
106_caughtException = ex; 197_caughtException = null;
2 references to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
194if (_caughtException is not null) 196Exception ex = _caughtException;