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