4 writes to top
System.Drawing (4)
misc\GDI\NativeMethods.cs (2)
172
this.
top
= top;
180
this.
top
= r.Top;
misc\GDI\UnsafeNativeMethods.cs (2)
381
lpRect.
top
= Math.Min( Int16.MaxValue, lpRect.top );
420
lpRect.
top
= Math.Min(Int16.MaxValue, lpRect.top);
6 references to top
System.Drawing (6)
misc\GDI\NativeMethods.cs (3)
198
return new Size(this.right - this.left, this.bottom - this.
top
);
206
top
,
208
bottom -
top
);
misc\GDI\UnsafeNativeMethods.cs (2)
381
lpRect.top = Math.Min( Int16.MaxValue, lpRect.
top
);
420
lpRect.top = Math.Min(Int16.MaxValue, lpRect.
top
);
misc\GDI\WindowsRegion.cs (1)
196
return new Rectangle(new Point(rect.left, rect.
top
), rect.Size);