2 references to SetWindowLong
System.Windows.Forms (2)
System\Windows\Forms\NativeWindow.cs (2)
311
PInvokeCore.
SetWindowLong
(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, _windowProc);
867
PInvokeCore.
SetWindowLong
(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC, PreviousWindow._windowProc!);