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