1 write to _hwndSubclassHook
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
823
_hwndSubclassHook
= new HwndWrapperHook(SubclassWndProc);
1 reference to _hwndSubclassHook
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
1048
_hwndSubclass = new HwndSubclass(
_hwndSubclassHook
);