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)
615
if (
_hwndSubclass
!= null)
620
_hwndSubclass
.CriticalDetach(false);
624
_hwndSubclass
.RequestDetach(false);
1278
_hwndSubclass
.CriticalAttach(_hwnd.Handle);