6 references to IntPtrToInt32
WindowsBase (6)
Shared\MS\Win32\NativeMethodsOther.cs (2)
409return SignedHIWORD(IntPtrToInt32(intPtr)); 414return SignedLOWORD(IntPtrToInt32(intPtr));
Shared\MS\Win32\SafeNativeMethodsCLR.cs (1)
603return (NativeMethods.PROCESS_DPI_AWARENESS)NativeMethods.IntPtrToInt32(ptrProcessDpiAwareness);
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (3)
662Int32 tempResult = NativeMethodsSetLastError.SetWindowLong(hWnd, nIndex, NativeMethods.IntPtrToInt32(dwNewLong)); 685Int32 tempResult = NativeMethodsSetLastError.SetWindowLong(hWnd, nIndex, NativeMethods.IntPtrToInt32(dwNewLong)); 787iResult = NativeMethods.IntPtrToInt32(result);