3 writes to _hooks
PresentationFramework (3)
System\Windows\Interop\HwndHost.cs (3)
92
_hooks
= new ArrayList(8);
107
_hooks
= null;
496
_hooks
= null;
8 references to _hooks
PresentationFramework (8)
System\Windows\Interop\HwndHost.cs (8)
90
if(
_hooks
== null)
95
_hooks
.Add(value);
101
if(
_hooks
!= null)
103
_hooks
.Remove(value);
105
if(
_hooks
.Count == 0)
1113
if(!handled &&
_hooks
!= null)
1115
for(int i = 0, nCount =
_hooks
.Count; i < nCount; i++)
1117
result = ((HwndSourceHook)
_hooks
[i])(hwnd, msg, wParam, lParam, ref handled);