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