2 writes to _bottom
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2087
_bottom
+= dy;
2115
set {
_bottom
= value; }
5 references to _bottom
PresentationFramework (5)
src\Framework\System\Windows\Standard\NativeMethods.cs (5)
2114
get { return
_bottom
; }
2127
get { return
_bottom
- _top; }
2158
return rc.
_bottom
==
_bottom
2171
return (_left << 16 | Utility.LOWORD(_right)) ^ (_top << 16 | Utility.LOWORD(
_bottom
));