3 writes to _bottom
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2093_bottom = bottom; 2133set { _bottom = value; } 2142_bottom += dy;
2 references to _bottom
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
2105get { return _bottom - _top; } 2132get { return _bottom; }