3 writes to top
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (3)
4154this.top = y; 4168this.top = rect.top; 4176destRect.top = top;
3 references to top
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (3)
4176destRect.top = top; 4180public bool IsEmpty { get { return left == right && top == bottom; } } 4187return "Left = " + left + " Top " + top + " Right = " + right + " Bottom = " + bottom;