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