2 writes to _attachedWndProc
WindowsBase (2)
Shared\MS\Win32\HwndSubclass.cs (2)
542_attachedWndProc = newWndProc; 624_attachedWndProc = null;
2 references to _attachedWndProc
WindowsBase (2)
Shared\MS\Win32\HwndSubclass.cs (2)
544IntPtr oldWndProc2 = (IntPtr)UnsafeNativeMethods.CriticalSetWindowLong(_hwndHandleRef, NativeMethods.GWL_WNDPROC, _attachedWndProc); 593force = (currentWndProc == _attachedWndProc);