3 writes to _hooks
PresentationFramework (3)
System\Windows\Interop\HwndHost.cs (3)
91
_hooks
= new ArrayList(8);
106
_hooks
= null;
495
_hooks
= null;
8 references to _hooks
PresentationFramework (8)
System\Windows\Interop\HwndHost.cs (8)
89
if(
_hooks
== null)
94
_hooks
.Add(value);
100
if(
_hooks
!= null)
102
_hooks
.Remove(value);
104
if(
_hooks
.Count == 0)
1112
if(!handled &&
_hooks
!= null)
1114
for(int i = 0, nCount =
_hooks
.Count; i < nCount; i++)
1116
result = ((HwndSourceHook)
_hooks
[i])(hwnd, msg, wParam, lParam, ref handled);