2 instantiations of TableRoot
Microsoft.Maui.Controls (2)
TableView\TableView.cs (2)
81
_tableModel.Root = value ?? new
TableRoot
();
183
Root = tableRoot ?? new
TableRoot
();
7 references to TableRoot
Microsoft.Maui.Controls (7)
TableView\TableView.cs (7)
38
public TableView(
TableRoot
root)
70
public
TableRoot
Root
178
TableRoot
_root;
180
public TableSectionModel(TableView tableParent,
TableRoot
tableRoot)
186
public
TableRoot
Root
247
void ApplyEvents(
TableRoot
tableRoot)
253
void RemoveEvents(
TableRoot
tableRoot)