2 writes to bottom
WindowsBase (2)
Shared\MS\Win32\NativeMethodsOther.cs (2)
537this.bottom = bottom; 555bottom += dy;
2 references to bottom
WindowsBase (2)
Shared\MS\Win32\NativeMethodsOther.cs (2)
547get { return bottom - top; } 562return left >= right || top >= bottom;