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