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