2 writes to _left
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
1975_left += dx; 1984set { _left = value; }
6 references to _left
PresentationFramework (6)
System\Windows\Standard\NativeMethods.cs (6)
1983get { return _left; } 2007get { return _right - _left; } 2017get { return new POINT { x = _left, y = _top }; } 2042&& rc._left == _left 2054return (_left << 16 | Utility.LOWORD(_right)) ^ (_top << 16 | Utility.LOWORD(_bottom));