2 writes to right
Microsoft.Private.Windows.Core (2)
Windows.Win32.RECT.g.cs (1)
54 this.right = right;
Windows\Win32\Foundation\RECT.cs (1)
12right = size.Width;
2 references to right
Microsoft.Private.Windows.Core (2)
Windows.Win32.RECT.g.cs (2)
62 internal readonly int Width => unchecked(this.right - this.left); 66 internal readonly bool IsEmpty => this.left == 0 && this.top == 0 && this.right == 0 && this.bottom == 0;