1 write to _hooks
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1731
_hooks
= new DispatcherHooks();
7 references to _hooks
WindowsBase (7)
Base\System\Windows\Threading\Dispatcher.cs (7)
1067
hooks =
_hooks
;
1729
if(
_hooks
== null)
1734
hooks =
_hooks
;
2150
hooks =
_hooks
;
2191
hooks =
_hooks
;
2242
hooks =
_hooks
;
2537
hooks =
_hooks
;