1 write to windowProcPtr
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
629windowProcPtr = UnsafeNativeMethods.GetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC);
3 references to windowProcPtr
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NativeWindow.cs (3)
630Debug.Assert(defWindowProc != windowProcPtr, "Uh oh! Subclassed ourselves!!!"); 1366if (windowProcPtr == currentWinPrc) { 1415if (nextWindow == null || nextWindow.defWindowProc != windowProcPtr) {