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