2 writes to _hwndSubclass
PresentationFramework (2)
System\Windows\Interop\HwndHost.cs (2)
502_hwndSubclass = null; 1059_hwndSubclass = new HwndSubclass(_hwndSubclassHook);
4 references to _hwndSubclass
PresentationFramework (4)
System\Windows\Interop\HwndHost.cs (4)
490if (_hwndSubclass != null) 495_hwndSubclass.CriticalDetach(false); 499_hwndSubclass.RequestDetach(false); 1060_hwndSubclass.CriticalAttach(_hwnd.Handle);