2 references to GetFrozen
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
2117if (this.owningColumn.Frozen && this.owningRow.GetFrozen(rowIndex))
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
244return GetFrozen(this.Index);