4 references to rcPaint_top
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (2)
13674clip = new Rectangle(ps.rcPaint_left, ps.rcPaint_top, 13676ps.rcPaint_bottom - ps.rcPaint_top);
winforms\Managed\System\WinForms\ToolTip.cs (2)
2602Rectangle bounds = new Rectangle(ps.rcPaint_left,ps.rcPaint_top, 2604ps.rcPaint_bottom - ps.rcPaint_top);