3 writes to wndprocAddr
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
1618wndprocAddr = currentWndproc; 3591wndprocAddr = UnsafeNativeMethods.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_WNDPROC); 4582wndprocAddr = IntPtr.Zero;
2 references to wndprocAddr
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
1613if (!IsHandleCreated || wndprocAddr == IntPtr.Zero) return true; 1616if (currentWndproc == wndprocAddr) return true;