3 writes to _wndprocAddr
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1257_wndprocAddr = currentWndproc; 3233_wndprocAddr = PInvokeCore.GetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC); 3445_wndprocAddr = IntPtr.Zero;
2 references to _wndprocAddr
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1243if (!IsHandleCreated || _wndprocAddr == IntPtr.Zero) 1250if (currentWndproc == _wndprocAddr)