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