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)
47
PInvokeCore.SetWindowLong(hwnd, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC,
_defaultWindProc
);