2 writes to _defaultWindProc
System.Windows.Forms (2)
System\Windows\Forms\NativeWindow.WindowClass.cs (2)
137_defaultWindProc = DefaultWindowProc; 152_defaultWindProc = (nint)windowClass.lpfnWndProc;
1 reference to _defaultWindProc
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
47PInvokeCore.SetWindowLong(hwnd, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, _defaultWindProc);