2 writes to _right
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
1977
_right
+= dx;
1990
set {
_right
= value; }
5 references to _right
PresentationFramework (5)
System\Windows\Standard\NativeMethods.cs (5)
1989
get { return
_right
; }
2007
get { return
_right
- _left; }
2043
&& rc.
_right
==
_right
2054
return (_left << 16 | Utility.LOWORD(
_right
)) ^ (_top << 16 | Utility.LOWORD(_bottom));