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