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); 1586(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left))), 1587(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top)))); 1643_hwndClientRectInScreenCoords.left = ptClientTopLeft.x; 1644_hwndClientRectInScreenCoords.right = ptClientBottomRight.x; 1649_hwndClientRectInScreenCoords.left = ptClientBottomRight.x; 1650_hwndClientRectInScreenCoords.right = ptClientTopLeft.x; 1655_hwndClientRectInScreenCoords.top = ptClientTopLeft.y; 1656_hwndClientRectInScreenCoords.bottom = ptClientBottomRight.y; 1662_hwndClientRectInScreenCoords.top = ptClientBottomRight.y; 1663_hwndClientRectInScreenCoords.bottom = ptClientTopLeft.y; 1728_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 1729_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top); 2162int width = _hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left; 2163int height = _hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top; 2244_hwndClientRectInScreenCoords,