24 references to Caption
System.Windows.Forms (24)
winforms\Managed\System\WinForms\DataGrid.cs (22)
724return Caption.BackColor; 729Caption.BackColor = value; 734Caption.ResetBackColor(); 747return Caption.ShouldSerializeBackColor(); 764return Caption.ForeColor; 767Caption.ForeColor = value; 772Caption.ResetForeColor(); 785return Caption.ShouldSerializeForeColor(); 802return Caption.Font; 805Caption.Font = value; 816return Caption.ShouldSerializeFont(); 820Caption.ResetFont(); 837return Caption.Text; 840Caption.Text = value; 1329int detailsButtonWidth = this.Caption.GetDetailsButtonWidth(); 1330Rectangle backButton = this.Caption.GetBackButtonRect(this.layout.Caption, alignRight, detailsButtonWidth); 1331Rectangle detailsButton = this.Caption.GetDetailsButtonRect(this.layout.Caption, alignRight); 2468this.Caption.BackButtonActive = !parentRows.IsEmpty() && (value); 2469this.Caption.BackButtonVisible = this.Caption.BackButtonActive; 3809this.Caption.OnGridFontChanged(); 7973if (Caption.BackButtonVisible)
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
179if (dataGrid.Caption != null) {
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
271dataGrid.Caption.BackButtonVisible = (parentsCount > 0) && (dataGrid.AllowNavigation);