2 writes to _unhandledExceptionFilter
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
1766
_unhandledExceptionFilter
+= value;
1772
_unhandledExceptionFilter
-= value;
2 references to _unhandledExceptionFilter
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
3046
if (
_unhandledExceptionFilter
!= null)
3054
_unhandledExceptionFilter
(this, _exceptionFilterEventArgs);