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