33 references to _hwndClientRectInScreenCoords
PresentationCore (33)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (33)
830
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
831
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top,
857
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left))),
858
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top))));
1502
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
1503
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top);
1750
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left))),
1751
(float)(Math.Ceiling((double)(
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top))));
1812
_hwndClientRectInScreenCoords
.left = ptClientTopLeft.x;
1813
_hwndClientRectInScreenCoords
.right = ptClientBottomRight.x;
1818
_hwndClientRectInScreenCoords
.left = ptClientBottomRight.x;
1819
_hwndClientRectInScreenCoords
.right = ptClientTopLeft.x;
1824
_hwndClientRectInScreenCoords
.top = ptClientTopLeft.y;
1825
_hwndClientRectInScreenCoords
.bottom = ptClientBottomRight.y;
1831
_hwndClientRectInScreenCoords
.top = ptClientBottomRight.y;
1832
_hwndClientRectInScreenCoords
.bottom = ptClientTopLeft.y;
1897
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left,
1898
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top);
2356
int width =
_hwndClientRectInScreenCoords
.right -
_hwndClientRectInScreenCoords
.left;
2357
int height =
_hwndClientRectInScreenCoords
.bottom -
_hwndClientRectInScreenCoords
.top;
2433
_hwndClientRectInScreenCoords
,