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