2 writes to _top
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
1976
_top
+= dy;
1996
set {
_top
= value; }
6 references to _top
PresentationFramework (6)
System\Windows\Standard\NativeMethods.cs (6)
1995
get { return
_top
; }
2012
get { return _bottom -
_top
; }
2017
get { return new POINT { x = _left, y =
_top
}; }
2044
&& rc.
_top
==
_top
;
2054
return (_left << 16 | Utility.LOWORD(_right)) ^ (
_top
<< 16 | Utility.LOWORD(_bottom));