3 references to Filter
WindowsBase (3)
Base\MS\Internal\Threading\ExceptionWrapper.cs (2)
146
if(null !=
Filter
)
148
shouldCatch =
Filter
(source, e);
Base\System\Windows\Threading\Dispatcher.cs (1)
44
_exceptionWrapper.
Filter
+= new ExceptionWrapper.FilterHandler(ExceptionFilterStatic);