2 references to SetWindowLong
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.SetWindowLong.cs (2)
30nint result = SetWindowLong(hWnd, nIndex, (nint)newValue.Handle); 39IntPtr result = SetWindowLong(hWnd, nIndex, pointer);