1 instantiation of DispatcherHooks
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1731_hooks = new DispatcherHooks();
8 references to DispatcherHooks
WindowsBase (8)
Base\System\Windows\Threading\Dispatcher.cs (8)
1047DispatcherHooks hooks = null; 1719public DispatcherHooks Hooks 1725DispatcherHooks hooks = null; 2136DispatcherHooks hooks = null; 2181DispatcherHooks hooks = null; 2222DispatcherHooks hooks = null; 2529DispatcherHooks hooks = null; 3244private DispatcherHooks _hooks;