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