2 writes to _hwndHandleRef
WindowsBase (2)
Shared\MS\Win32\HwndSubclass.cs (2)
539_hwndHandleRef = new HandleRef(null,_hwndAttached); 626_hwndHandleRef = new HandleRef(null,IntPtr.Zero);
2 references to _hwndHandleRef
WindowsBase (2)
Shared\MS\Win32\HwndSubclass.cs (2)
544IntPtr oldWndProc2 = (IntPtr)UnsafeNativeMethods.CriticalSetWindowLong(_hwndHandleRef, NativeMethods.GWL_WNDPROC, _attachedWndProc); 609UnsafeNativeMethods.CriticalSetWindowLong(_hwndHandleRef, NativeMethods.GWL_WNDPROC, _oldWndProc);