2 writes to bottom
WindowsBase (2)
Shared\MS\Win32\NativeMethodsOther.cs (2)
490this.bottom = bottom; 508bottom += dy;
3 references to bottom
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
4169this.bottom = rect.bottom;
Shared\MS\Win32\NativeMethodsOther.cs (2)
500get { return bottom - top; } 515return left >= right || top >= bottom;