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);
2162
int width =
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left;
2163
int height =
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top;
2244
_hwndClientRectInScreenCoords
,