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