3 writes to bandIsRow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
907dataGridViewBand.bandIsRow = this.bandIsRow;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
75this.bandIsRow = false;
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
45this.bandIsRow = true;
34 references to bandIsRow
System.Windows.Forms (34)
winforms\Managed\System\WinForms\DataGridViewBand.cs (34)
78if (this.bandIsRow) 132this.bandIsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 143dgvcs.RemoveScope(this.bandIsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 150this.bandIsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 174if (this.bandIsRow) 210Debug.Assert(!this.bandIsRow); 250if (this.bandIsRow) 261if (this.bandIsRow) 289Debug.Assert(!this.bandIsRow); 354if (this.bandIsRow) 384if (this.bandIsRow) 397if (this.bandIsRow) 480return this.bandIsRow; 488if (this.bandIsRow && this.bandIndex > -1) 502if (this.bandIsRow) 514if (this.DataGridView != null && !this.bandIsRow) 545Debug.Assert(!this.bandIsRow); 562if (this.bandIsRow) 584if (this.bandIsRow) 631Debug.Assert(!this.bandIsRow); 684Debug.Assert(!this.bandIsRow); 692if (this.bandIsRow) 764if (this.bandIsRow && this.bandIndex > -1) 781if (this.bandIsRow) 791if (this.bandIsRow) 860Debug.Assert(!this.bandIsRow); 868this.bandIsRow && 907dataGridViewBand.bandIsRow = this.bandIsRow; 908if (!this.bandIsRow || this.bandIndex >= 0 || this.DataGridView == null) 958Debug.Assert(this.bandIsRow); 978if (this.bandIsRow) 1002if (this.bandIsRow) 1023this.DefaultCellStyle.RemoveScope(this.bandIsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 1028this.bandIsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);