3 writes to _hooks
PresentationFramework (3)
src\Framework\System\Windows\Interop\HwndHost.cs (3)
121
_hooks
= new ArrayList(8);
138
_hooks
= null;
631
_hooks
= null;
8 references to _hooks
PresentationFramework (8)
src\Framework\System\Windows\Interop\HwndHost.cs (8)
119
if(
_hooks
== null)
124
_hooks
.Add(value);
132
if(
_hooks
!= null)
134
_hooks
.Remove(value);
136
if(
_hooks
.Count == 0)
1370
if(!handled &&
_hooks
!= null)
1372
for(int i = 0, nCount =
_hooks
.Count; i < nCount; i++)
1374
result = ((HwndSourceHook)
_hooks
[i])(hwnd, msg, wParam, lParam, ref handled);