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