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