1 write to backButtonRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
471backButtonRect = GetBackButtonRect(bounds, alignRight, downButtonWidth);
10 references to backButtonRect
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridCaption.cs (10)
108InvalidateCaptionRect(backButtonRect); 351r = backButtonRect; 473int backButtonArea = backButtonVisible ? backButtonRect.Width + xOffset + buttonToText : 0; 489backButtonRect.X = bounds.X + xOffset * 4 + downButtonWidth; 496Debug.WriteLineIf(CompModSwitches.DGCaptionPaint.TraceVerbose, "backButtonRect " + backButtonRect.ToString()); 507PaintBackButton(g, backButtonRect, alignRight); 510backButtonRect.Inflate(1,1); 511ControlPaint.DrawBorder3D(g, backButtonRect, 598if (!backButtonRect.IsEmpty) { 599if (backButtonRect.Contains(x,y))