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