2 writes to _left
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
1970
_left
+= dx;
1979
set {
_left
= value; }
6 references to _left
PresentationFramework (6)
System\Windows\Standard\NativeMethods.cs (6)
1978
get { return
_left
; }
2002
get { return _right -
_left
; }
2012
get { return new POINT { x =
_left
, y = _top }; }
2037
&& rc.
_left
==
_left
2049
return (
_left
<< 16 | Utility.LOWORD(_right)) ^ (_top << 16 | Utility.LOWORD(_bottom));