1 write to downButtonRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
469downButtonRect = GetDetailsButtonRect(bounds, alignRight);
9 references to downButtonRect
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridCaption.cs (9)
120InvalidateCaptionRect(downButtonRect); 356r = downButtonRect; 490downButtonRect.X = bounds.X + xOffset * 2; 498Debug.WriteLineIf(CompModSwitches.DGCaptionPaint.TraceVerbose, "downButtonRect " + downButtonRect.ToString()); 519PaintDownButton(g, downButtonRect); 528downButtonRect.Inflate(1,1); 529ControlPaint.DrawBorder3D(g, downButtonRect, 602if (!downButtonRect.IsEmpty) { 603if (downButtonRect.Contains(x,y))