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