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