8 references to _hooks
PresentationCore (8)
Core\CSharp\System\Windows\Interop\HwndSource.cs (8)
290
_hooks
+= (HwndSourceHook)handlers[i];
429
if(
_hooks
== null)
433
_hooks
+= hook;
456
_hooks
-= hook;
457
if(
_hooks
== null)
1875
if (
_hooks
!= null)
1877
Delegate[] handlers =
_hooks
.GetInvocationList();
2835
_hooks
= null;