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