33 references to _hwndClientRectInScreenCoords
PresentationCore (33)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (33)
830_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 831_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top, 857(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left))), 858(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top)))); 1502_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 1503_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top); 1750(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left))), 1751(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top)))); 1812_hwndClientRectInScreenCoords.left = ptClientTopLeft.x; 1813_hwndClientRectInScreenCoords.right = ptClientBottomRight.x; 1818_hwndClientRectInScreenCoords.left = ptClientBottomRight.x; 1819_hwndClientRectInScreenCoords.right = ptClientTopLeft.x; 1824_hwndClientRectInScreenCoords.top = ptClientTopLeft.y; 1825_hwndClientRectInScreenCoords.bottom = ptClientBottomRight.y; 1831_hwndClientRectInScreenCoords.top = ptClientBottomRight.y; 1832_hwndClientRectInScreenCoords.bottom = ptClientTopLeft.y; 1897_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 1898_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top); 2356int width = _hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left; 2357int height = _hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top; 2433_hwndClientRectInScreenCoords,