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)
544
IntPtr oldWndProc2 = (IntPtr)UnsafeNativeMethods.CriticalSetWindowLong(_hwndHandleRef, NativeMethods.GWL_WNDPROC,
_attachedWndProc
);
593
force = (currentWndProc ==
_attachedWndProc
);