31 references to IsRow
System.Windows.Forms (29)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (29)
46if (IsRow) 88style.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 100style.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 103value?.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 125return IsRow ? typeof(DataGridViewRowHeaderCell) : typeof(DataGridViewColumnHeaderCell); 149Debug.Assert(!IsRow); 192Debug.Assert(!IsRow); 238if (IsRow) 267if (IsRow) 280if (IsRow) 343if (IsRow && Index > -1) 357if (IsRow) 370if (DataGridView is not null && !IsRow) 394Debug.Assert(!IsRow); 411if (IsRow) 434if (IsRow) 480Debug.Assert(!IsRow); 534Debug.Assert(!IsRow); 542if (IsRow) 604if (IsRow && Index > -1) 623if (IsRow) 680Debug.Assert(!IsRow); 688IsRow && 723if (!IsRow || Index >= 0 || DataGridView is null) 779Debug.Assert(IsRow); 800if (IsRow) 824if (IsRow) 844DefaultCellStyle.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 848DefaultCellStyle.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewColumnTests.cs (1)
1827public new bool IsRow => base.IsRow;
System\Windows\Forms\DataGridViewRowTests.cs (1)
5794public new bool IsRow => base.IsRow;