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