6 references to GetTopParent
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGrid.cs (5)
6889if (parentRows.GetTopParent() == null) 6947caption.BackButtonActive = (parentRows.GetTopParent() != null) && AllowNavigation; 6949caption.DownButtonActive = (parentRows.GetTopParent() != null); 7032if (parentRows.GetTopParent() == null) { 7063if (parentRows.GetTopParent() != null) {
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
255Debug.Assert(GetTopParent() != null, "we should have a parent at least");