1 write to _windowProc
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
306_windowProc = new WNDPROC(Callback);
2 references to _windowProc
System.Windows.Forms (2)
System\Windows\Forms\NativeWindow.cs (2)
311PInvokeCore.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, _windowProc); 873PInvokeCore.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, PreviousWindow._windowProc!);