3 writes to _hooks
PresentationFramework (3)
System\Windows\Interop\HwndHost.cs (3)
95
_hooks
= new ArrayList(8);
110
_hooks
= null;
500
_hooks
= null;
8 references to _hooks
PresentationFramework (8)
System\Windows\Interop\HwndHost.cs (8)
93
if(
_hooks
== null)
98
_hooks
.Add(value);
104
if(
_hooks
!= null)
106
_hooks
.Remove(value);
108
if(
_hooks
.Count == 0)
1117
if(!handled &&
_hooks
!= null)
1119
for(int i = 0, nCount =
_hooks
.Count; i < nCount; i++)
1121
result = ((HwndSourceHook)
_hooks
[i])(hwnd, msg, wParam, lParam, ref handled);