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)
1244
if (!IsHandleCreated ||
_wndprocAddr
== IntPtr.Zero)
1251
if (currentWndproc ==
_wndprocAddr
)