3 writes to _wndprocAddr
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1258_wndprocAddr = currentWndproc; 3235_wndprocAddr = PInvokeCore.GetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC); 3447_wndprocAddr = IntPtr.Zero;
2 references to _wndprocAddr
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1244if (!IsHandleCreated || _wndprocAddr == IntPtr.Zero) 1251if (currentWndproc == _wndprocAddr)