3 references to SetWindowLong
System.Windows.Forms (3)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
304
defOwnerWndProc = UnsafeNativeMethods.
SetWindowLong
(new HandleRef(this, hwndOwner), NativeMethods.GWL_WNDPROC, ownerProc);
winforms\Managed\System\WinForms\NativeWindow.cs (2)
628
UnsafeNativeMethods.
SetWindowLong
(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC, windowProc);
1402
UnsafeNativeMethods.
SetWindowLong
(href, NativeMethods.GWL_WNDPROC, previousWindow.windowProc);