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)
3046if (_unhandledExceptionFilter != null) 3054_unhandledExceptionFilter(this, _exceptionFilterEventArgs);