3 writes to _bottom
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2071
_bottom
= bottom;
2105
set {
_bottom
= value; }
2113
_bottom
+= dy;
2 references to _bottom
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2081
get { return
_bottom
- _top; }
2104
get { return
_bottom
; }