6 references to Root
Microsoft.Maui.Controls (6)
TableView\TableView.cs (6)
15
[ContentProperty(nameof(
Root
))]
85
Root
.SelectMany(r => r).ForEach(cell => cell.Parent = this);
122
if (
Root
!= null)
123
SetInheritedBindingContext(
Root
, BindingContext);
128
foreach (Cell cell in
Root
.SelectMany(r => r))
171
IReadOnlyList<Maui.IVisualTreeElement> IVisualTreeElement.GetVisualChildren() => new List<Maui.IVisualTreeElement>() { this.
Root
};