2 writes to _hwndSubclass
PresentationFramework (2)
src\Framework\System\Windows\Interop\HwndHost.cs (2)
627_hwndSubclass = null; 1277_hwndSubclass = new HwndSubclass(_hwndSubclassHook);
4 references to _hwndSubclass
PresentationFramework (4)
src\Framework\System\Windows\Interop\HwndHost.cs (4)
615if (_hwndSubclass != null) 620_hwndSubclass.CriticalDetach(false); 624_hwndSubclass.RequestDetach(false); 1278_hwndSubclass.CriticalAttach(_hwnd.Handle);