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