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