1 write to _defaultMoreTextLabelTextColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (1)
334 _defaultMoreTextLabelTextColor = cell.TextLabel.TextColor;
2 references to _defaultMoreTextLabelTextColor
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (2)
333 if (_defaultMoreTextLabelTextColor == null) 341 cell.TextLabel.TextColor = _defaultMoreTextLabelTextColor;