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);
1582
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left))),
1583
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top))));
1639
_hwndClientRectInScreenCoords
.left = ptClientTopLeft.x;
1640
_hwndClientRectInScreenCoords
.right = ptClientBottomRight.x;
1645
_hwndClientRectInScreenCoords
.left = ptClientBottomRight.x;
1646
_hwndClientRectInScreenCoords
.right = ptClientTopLeft.x;
1651
_hwndClientRectInScreenCoords
.top = ptClientTopLeft.y;
1652
_hwndClientRectInScreenCoords
.bottom = ptClientBottomRight.y;
1658
_hwndClientRectInScreenCoords
.top = ptClientBottomRight.y;
1659
_hwndClientRectInScreenCoords
.bottom = ptClientTopLeft.y;
1724
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
1725
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top);
2158
int width =
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left;
2159
int height =
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top;
2240
_hwndClientRectInScreenCoords
,