2 writes to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
107_caughtException = ex; 198_caughtException = null;
2 references to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
195if (_caughtException != null) 197Exception ex = _caughtException;