33 references to _hwndClientRectInScreenCoords
PresentationCore (33)
System\Windows\InterOp\HwndTarget.cs (33)
752
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
753
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top,
779
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left))),
780
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top))));
1386
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
1387
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top);
1590
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left))),
1591
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top))));
1647
_hwndClientRectInScreenCoords
.left = ptClientTopLeft.x;
1648
_hwndClientRectInScreenCoords
.right = ptClientBottomRight.x;
1653
_hwndClientRectInScreenCoords
.left = ptClientBottomRight.x;
1654
_hwndClientRectInScreenCoords
.right = ptClientTopLeft.x;
1659
_hwndClientRectInScreenCoords
.top = ptClientTopLeft.y;
1660
_hwndClientRectInScreenCoords
.bottom = ptClientBottomRight.y;
1666
_hwndClientRectInScreenCoords
.top = ptClientBottomRight.y;
1667
_hwndClientRectInScreenCoords
.bottom = ptClientTopLeft.y;
1732
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
1733
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top);
2166
int width =
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left;
2167
int height =
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top;
2246
_hwndClientRectInScreenCoords
,