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