1 write to _parent
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
182
_parent
= tableParent;
4 references to _parent
Microsoft.Maui.Controls (4)
TableView\TableView.cs (4)
249
tableRoot.CollectionChanged +=
_parent
.CollectionChanged;
250
tableRoot.SectionCollectionChanged +=
_parent
.OnSectionCollectionChanged;
258
tableRoot.CollectionChanged -=
_parent
.CollectionChanged;
259
tableRoot.SectionCollectionChanged -=
_parent
.OnSectionCollectionChanged;