2 writes to _bottom
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
1968_bottom += dy; 1992set { _bottom = value; }
5 references to _bottom
PresentationFramework (5)
System\Windows\Standard\NativeMethods.cs (5)
1991get { return _bottom; } 2002get { return _bottom - _top; } 2031return rc._bottom == _bottom 2044return (_left << 16 | Utility.LOWORD(_right)) ^ (_top << 16 | Utility.LOWORD(_bottom));