2 writes to _right
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
1967_right += dx; 1980set { _right = value; }
5 references to _right
PresentationFramework (5)
System\Windows\Standard\NativeMethods.cs (5)
1979get { return _right; } 1997get { return _right - _left; } 2033&& rc._right == _right 2044return (_left << 16 | Utility.LOWORD(_right)) ^ (_top << 16 | Utility.LOWORD(_bottom));