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