6 references to _headerCells
Microsoft.Maui.Controls (6)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (6)
63
if (!
_headerCells
.ContainsKey((int)section))
64
_headerCells
[section] = table.Model.GetHeaderCell((int)section);
66
var result =
_headerCells
[section];
75
if (!
_headerCells
.ContainsKey((int)section))
76
_headerCells
[section] = table.Model.GetHeaderCell((int)section);
78
var result =
_headerCells
[section];