2 writes to left
WindowsBase (2)
Shared\MS\Win32\NativeMethodsOther.cs (2)
487this.left = left; 505left += dx;
3 references to left
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
4167this.left = rect.left;
Shared\MS\Win32\NativeMethodsOther.cs (2)
495get { return right - left; } 515return left >= right || top >= bottom;