1 write to _tableView
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
316 set => _tableView = value is null ? null : new(value);
1 reference to _tableView
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
315 get => _tableView?.GetTargetOrDefault();