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)
1047
DispatcherHooks
hooks = null;
1719
public
DispatcherHooks
Hooks
1725
DispatcherHooks
hooks = null;
2136
DispatcherHooks
hooks = null;
2181
DispatcherHooks
hooks = null;
2222
DispatcherHooks
hooks = null;
2529
DispatcherHooks
hooks = null;
3244
private
DispatcherHooks
_hooks;