3 writes to _bottom
PresentationFramework (3)
src\Framework\System\Windows\Standard\NativeMethods.cs (3)
2190_bottom = bottom; 2230set { _bottom = value; } 2239_bottom += dy;
2 references to _bottom
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2202get { return _bottom - _top; } 2229get { return _bottom; }