6 references to _headerCells
Microsoft.Maui.Controls.Compatibility (6)
iOS\Renderers\TableViewModelRenderer.cs (6)
42
if (!
_headerCells
.ContainsKey((int)section))
43
_headerCells
[section] = View.Model.GetHeaderCell((int)section);
45
var result =
_headerCells
[section];
52
if (!
_headerCells
.ContainsKey((int)section))
53
_headerCells
[section] = View.Model.GetHeaderCell((int)section);
55
var result =
_headerCells
[section];