31 references to IsRow
System.Windows.Forms (29)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (29)
46if (IsRow) 80style.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 92style.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 95value?.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 117return IsRow ? typeof(DataGridViewRowHeaderCell) : typeof(DataGridViewColumnHeaderCell); 141Debug.Assert(!IsRow); 184Debug.Assert(!IsRow); 230if (IsRow) 259if (IsRow) 272if (IsRow) 335if (IsRow && Index > -1) 349if (IsRow) 362if (DataGridView is not null && !IsRow) 386Debug.Assert(!IsRow); 403if (IsRow) 426if (IsRow) 472Debug.Assert(!IsRow); 526Debug.Assert(!IsRow); 534if (IsRow) 596if (IsRow && Index > -1) 615if (IsRow) 672Debug.Assert(!IsRow); 680IsRow && 715if (!IsRow || Index >= 0 || DataGridView is null) 768Debug.Assert(IsRow); 789if (IsRow) 813if (IsRow) 833DefaultCellStyle.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.Column); 837DefaultCellStyle.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;