3 writes to right
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (3)
4155
this.
right
= right;
4170
this.
right
= rect.right;
4175
destRect.
right
= right;
3 references to right
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (3)
4175
destRect.right =
right
;
4180
public bool IsEmpty { get { return left ==
right
&& top == bottom; } }
4187
return "Left = " + left + " Top " + top + " Right = " +
right
+ " Bottom = " + bottom;