3 writes to _hooks
PresentationFramework (3)
System\Windows\Interop\HwndHost.cs (3)
97
_hooks
= new ArrayList(8);
112
_hooks
= null;
502
_hooks
= null;
8 references to _hooks
PresentationFramework (8)
System\Windows\Interop\HwndHost.cs (8)
95
if(
_hooks
== null)
100
_hooks
.Add(value);
106
if(
_hooks
!= null)
108
_hooks
.Remove(value);
110
if(
_hooks
.Count == 0)
1135
if(!handled &&
_hooks
!= null)
1137
for(int i = 0, nCount =
_hooks
.Count; i < nCount; i++)
1139
result = ((HwndSourceHook)
_hooks
[i])(hwnd, msg, wParam, lParam, ref handled);