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