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