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