33 references to _hwndClientRectInScreenCoords
PresentationCore (33)
System\Windows\InterOp\HwndTarget.cs (33)
749_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 750_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top, 776(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left))), 777(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top)))); 1383_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 1384_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top); 1581(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left))), 1582(float)(Math.Ceiling((double)(_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top)))); 1638_hwndClientRectInScreenCoords.left = ptClientTopLeft.x; 1639_hwndClientRectInScreenCoords.right = ptClientBottomRight.x; 1644_hwndClientRectInScreenCoords.left = ptClientBottomRight.x; 1645_hwndClientRectInScreenCoords.right = ptClientTopLeft.x; 1650_hwndClientRectInScreenCoords.top = ptClientTopLeft.y; 1651_hwndClientRectInScreenCoords.bottom = ptClientBottomRight.y; 1657_hwndClientRectInScreenCoords.top = ptClientBottomRight.y; 1658_hwndClientRectInScreenCoords.bottom = ptClientTopLeft.y; 1723_hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left, 1724_hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top); 2157int width = _hwndClientRectInScreenCoords.right - _hwndClientRectInScreenCoords.left; 2158int height = _hwndClientRectInScreenCoords.bottom - _hwndClientRectInScreenCoords.top; 2239_hwndClientRectInScreenCoords,