2 writes to _hwndSubclass
PresentationFramework (2)
System\Windows\Interop\HwndHost.cs (2)
498_hwndSubclass = null; 1055_hwndSubclass = new HwndSubclass(_hwndSubclassHook);
4 references to _hwndSubclass
PresentationFramework (4)
System\Windows\Interop\HwndHost.cs (4)
486if (_hwndSubclass != null) 491_hwndSubclass.CriticalDetach(false); 495_hwndSubclass.RequestDetach(false); 1056_hwndSubclass.CriticalAttach(_hwnd.Handle);