3 references to LOWORD
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (2)
2054
return (_left << 16 | Utility.
LOWORD
(_right)) ^ (_top << 16 | Utility.
LOWORD
(_bottom));
System\Windows\Standard\Utilities.cs (1)
49
return
LOWORD
((int) lParam.ToInt64());