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