2 writes to _right
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2086
_right
+= dx;
2101
set {
_right
= value; }
5 references to _right
PresentationFramework (5)
src\Framework\System\Windows\Standard\NativeMethods.cs (5)
2100
get { return
_right
; }
2121
get { return
_right
- _left; }
2160
&& rc.
_right
==
_right
2171
return (_left << 16 | Utility.LOWORD(
_right
)) ^ (_top << 16 | Utility.LOWORD(_bottom));