3 writes to bandIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewBand.cs (3)
49
this.
bandIndex
= -1;
459
this.
bandIndex
= value;
906
dataGridViewBand.
bandIndex
= -1;
17 references to bandIndex
System.Windows.Forms (17)
winforms\Managed\System\WinForms\DataGridViewBand.cs (17)
451
return this.
bandIndex
;
488
if (this.bandIsRow && this.
bandIndex
> -1)
491
GetHeightInfo(this.
bandIndex
, out height, out minimumHeight);
564
if (this.
bandIndex
== -1)
569
this.DataGridView.SetReadOnlyRowCore(this.
bandIndex
, value);
573
Debug.Assert(this.
bandIndex
>= 0);
575
this.DataGridView.SetReadOnlyColumnCore(this.
bandIndex
, value);
694
if (this.
bandIndex
== -1)
700
this.DataGridView.SetSelectedRowCoreInternal(this.
bandIndex
, value);
705
Debug.Assert(this.
bandIndex
>= 0);
708
this.DataGridView.SetSelectedColumnCoreInternal(this.
bandIndex
, value);
764
if (this.bandIsRow && this.
bandIndex
> -1)
767
GetHeightInfo(this.
bandIndex
, out height, out minimumHeight);
870
this.DataGridView.NewRowIndex == this.
bandIndex
&&
908
if (!this.bandIsRow || this.
bandIndex
>= 0 || this.DataGridView == null)
983
if (this.
bandIndex
!= -1)
1004
if (this.
bandIndex
!= -1)