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