4 writes to bottom
System.Windows.Forms (4)
misc\GDI\NativeMethods.cs (2)
174this.bottom = bottom; 182this.bottom = r.Bottom;
misc\GDI\UnsafeNativeMethods.cs (2)
384lpRect.bottom = Math.Min( Int16.MaxValue, lpRect.bottom ); 423lpRect.bottom = Math.Min(Int16.MaxValue, lpRect.bottom);
4 references to bottom
System.Windows.Forms (4)
misc\GDI\NativeMethods.cs (2)
198return new Size(this.right - this.left, this.bottom - this.top); 208bottom - top);
misc\GDI\UnsafeNativeMethods.cs (2)
384lpRect.bottom = Math.Min( Int16.MaxValue, lpRect.bottom ); 423lpRect.bottom = Math.Min(Int16.MaxValue, lpRect.bottom);