33 references to _hwndClientRectInScreenCoords
PresentationCore (33)
System\Windows\InterOp\HwndTarget.cs (33)
752_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 753_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top, 779(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left))), 780(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top)))); 1386_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 1387_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top); 1590(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left))), 1591(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top)))); 1647_hwndClientRectInScreenCoords.left = ptClientTopLeft.x; 1648_hwndClientRectInScreenCoords.right = ptClientBottomRight.x; 1653_hwndClientRectInScreenCoords.left = ptClientBottomRight.x; 1654_hwndClientRectInScreenCoords.right = ptClientTopLeft.x; 1659_hwndClientRectInScreenCoords.top = ptClientTopLeft.y; 1660_hwndClientRectInScreenCoords.bottom = ptClientBottomRight.y; 1666_hwndClientRectInScreenCoords.top = ptClientBottomRight.y; 1667_hwndClientRectInScreenCoords.bottom = ptClientTopLeft.y; 1732_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 1733_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top); 2166int width = _hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left; 2167int height = _hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top; 2246_hwndClientRectInScreenCoords,