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);
2159
int width =
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left;
2160
int height =
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top;
2241
_hwndClientRectInScreenCoords
,