33 references to _hwndClientRectInScreenCoords
PresentationCore (33)
System\Windows\InterOp\HwndTarget.cs (33)
765
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
766
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top,
792
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left))),
793
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top))));
1399
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
1400
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top);
1603
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left))),
1604
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top))));
1660
_hwndClientRectInScreenCoords
.left = ptClientTopLeft.x;
1661
_hwndClientRectInScreenCoords
.right = ptClientBottomRight.x;
1666
_hwndClientRectInScreenCoords
.left = ptClientBottomRight.x;
1667
_hwndClientRectInScreenCoords
.right = ptClientTopLeft.x;
1672
_hwndClientRectInScreenCoords
.top = ptClientTopLeft.y;
1673
_hwndClientRectInScreenCoords
.bottom = ptClientBottomRight.y;
1679
_hwndClientRectInScreenCoords
.top = ptClientBottomRight.y;
1680
_hwndClientRectInScreenCoords
.bottom = ptClientTopLeft.y;
1745
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
1746
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top);
2179
int width =
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left;
2180
int height =
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top;
2259
_hwndClientRectInScreenCoords
,