2 references to GetBackButtonRect
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (1)
1330Rectangle backButton = this.Caption.GetBackButtonRect(this.layout.Caption, alignRight, detailsButtonWidth);
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
471backButtonRect = GetBackButtonRect(bounds, alignRight, downButtonWidth);