2 references to GetInheritedStyleInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3587return this.CurrentCellInternal.GetInheritedStyleInternal(this.ptCurrentCell.Y);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
481return GetInheritedStyleInternal(this.RowIndex);