2 writes to left
WindowsBase (2)
Shared\MS\Win32\NativeMethodsOther.cs (2)
534this.left = left; 552left += dx;
2 references to left
WindowsBase (2)
Shared\MS\Win32\NativeMethodsOther.cs (2)
542get { return right - left; } 562return left >= right || top >= bottom;