1 write to _windowProcHandle
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
312_windowProcHandle = (void*)PInvoke.GetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC);
3 references to _windowProcHandle
System.Windows.Forms (3)
System\Windows\Forms\NativeWindow.cs (3)
315Debug.Assert(_priorWindowProcHandle != _windowProcHandle, "Uh oh! Subclassed ourselves!!!"); 853if (_windowProcHandle == currentWindowProc) 894if (_nextWindow is null || _nextWindow._priorWindowProcHandle != _windowProcHandle)