3 writes to _wndprocAddr
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1255_wndprocAddr = currentWndproc; 3232_wndprocAddr = PInvokeCore.GetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC); 3444_wndprocAddr = IntPtr.Zero;
2 references to _wndprocAddr
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1241if (!IsHandleCreated || _wndprocAddr == IntPtr.Zero) 1248if (currentWndproc == _wndprocAddr)