2 references to GetFrozen
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1828if (OwningColumn.Frozen && OwningRow.GetFrozen(rowIndex))
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
186return GetFrozen(Index);