31 references to IsRow
System.Windows.Forms (29)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (29)
46if (IsRow) 90style.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 102style.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 105value?.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 128return IsRow ? typeof(DataGridViewRowHeaderCell) : typeof(DataGridViewColumnHeaderCell); 150Debug.Assert(!IsRow); 193Debug.Assert(!IsRow); 245if (IsRow) 275if (IsRow) 288if (IsRow) 348if (IsRow && Index > -1) 362if (IsRow) 375if (DataGridView is not null && !IsRow) 399Debug.Assert(!IsRow); 416if (IsRow) 439if (IsRow) 485Debug.Assert(!IsRow); 539Debug.Assert(!IsRow); 547if (IsRow) 609if (IsRow && Index > -1) 628if (IsRow) 685Debug.Assert(!IsRow); 693IsRow && 728if (!IsRow || Index >= 0 || DataGridView is null) 784Debug.Assert(IsRow); 805if (IsRow) 829if (IsRow) 849DefaultCellStyle.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 853DefaultCellStyle.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewColumnTests.cs (1)
1826public new bool IsRow => base.IsRow;
System\Windows\Forms\DataGridViewRowTests.cs (1)
5793public new bool IsRow => base.IsRow;