2 writes to _left
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2084_left += dx; 2094set { _left = value; }
6 references to _left
PresentationFramework (6)
src\Framework\System\Windows\Standard\NativeMethods.cs (6)
2093get { return _left; } 2121get { return _right - _left; } 2133get { return new POINT { x = _left, y = _top }; } 2159&& rc._left == _left 2171return (_left << 16 | Utility.LOWORD(_right)) ^ (_top << 16 | Utility.LOWORD(_bottom));