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