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);
2157
int width =
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left;
2158
int height =
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top;
2239
_hwndClientRectInScreenCoords
,