1 write to _selectedColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
48
_selectedColor
= foregroundColor;
3 references to _selectedColor
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (3)
46
bool reloadData =
_selectedColor
!= foregroundColor || _unselectedColor != unselectedColor;
103
headerCell.SelectedColor =
_selectedColor
.ToPlatform();
136
cell.Label.TextColor =
_selectedColor
.ToPlatform();