1 write to _defaultOnColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\SwitchCellRenderer.cs (1)
45
_defaultOnColor
= UISwitch.Appearance.OnTintColor;
1 reference to _defaultOnColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\SwitchCellRenderer.cs (1)
127
uiSwitch.OnTintColor =
_defaultOnColor
;