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