2 writes to Root
Microsoft.Maui.Controls (2)
TableView\TableView.cs (2)
81
_tableModel.
Root
= value ?? new TableRoot();
183
Root
= tableRoot ?? new TableRoot();
9 references to Root
Microsoft.Maui.Controls (9)
TableView\TableView.cs (9)
72
get { return _tableModel.
Root
; }
75
if (_tableModel.
Root
!= null)
77
_tableModel.
Root
.SectionCollectionChanged -= OnSectionCollectionChanged;
78
_tableModel.
Root
.PropertyChanged -= OnTableModelRootPropertyChanged;
79
VisualDiagnostics.OnChildRemoved(this, _tableModel.
Root
, 0);
82
VisualDiagnostics.OnChildAdded(this, _tableModel.
Root
);
83
SetInheritedBindingContext(_tableModel.
Root
, BindingContext);
86
_tableModel.
Root
.SectionCollectionChanged += OnSectionCollectionChanged;
87
_tableModel.
Root
.PropertyChanged += OnTableModelRootPropertyChanged;