2 writes to _top
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2085
_top
+= dy;
2108
set {
_top
= value; }
6 references to _top
PresentationFramework (6)
src\Framework\System\Windows\Standard\NativeMethods.cs (6)
2107
get { return
_top
; }
2127
get { return _bottom -
_top
; }
2133
get { return new POINT { x = _left, y =
_top
}; }
2161
&& rc.
_top
==
_top
;
2171
return (_left << 16 | Utility.LOWORD(_right)) ^ (
_top
<< 16 | Utility.LOWORD(_bottom));