2 writes to _bottom
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
1977
_bottom
+= dy;
2001
set {
_bottom
= value; }
5 references to _bottom
PresentationFramework (5)
System\Windows\Standard\NativeMethods.cs (5)
2000
get { return
_bottom
; }
2011
get { return
_bottom
- _top; }
2040
return rc.
_bottom
==
_bottom
2053
return (_left << 16 | Utility.LOWORD(_right)) ^ (_top << 16 | Utility.LOWORD(
_bottom
));