2 writes to _hwndSubclass
PresentationFramework (2)
System\Windows\Interop\HwndHost.cs (2)
492_hwndSubclass = null; 1049_hwndSubclass = new HwndSubclass(_hwndSubclassHook);
4 references to _hwndSubclass
PresentationFramework (4)
System\Windows\Interop\HwndHost.cs (4)
480if (_hwndSubclass != null) 485_hwndSubclass.CriticalDetach(false); 489_hwndSubclass.RequestDetach(false); 1050_hwndSubclass.CriticalAttach(_hwnd.Handle);