33 references to _hwndClientRectInScreenCoords
PresentationCore (33)
System\Windows\InterOp\HwndTarget.cs (33)
750_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 751_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top, 777(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left))), 778(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top)))); 1384_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 1385_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top); 1583(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left))), 1584(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top)))); 1640_hwndClientRectInScreenCoords.left = ptClientTopLeft.x; 1641_hwndClientRectInScreenCoords.right = ptClientBottomRight.x; 1646_hwndClientRectInScreenCoords.left = ptClientBottomRight.x; 1647_hwndClientRectInScreenCoords.right = ptClientTopLeft.x; 1652_hwndClientRectInScreenCoords.top = ptClientTopLeft.y; 1653_hwndClientRectInScreenCoords.bottom = ptClientBottomRight.y; 1659_hwndClientRectInScreenCoords.top = ptClientBottomRight.y; 1660_hwndClientRectInScreenCoords.bottom = ptClientTopLeft.y; 1725_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 1726_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top); 2159int width = _hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left; 2160int height = _hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top; 2241_hwndClientRectInScreenCoords,