3 references to OnColorProperty
Microsoft.Maui.Controls (3)
Cells\SwitchCell.cs (2)
26
get { return (Color)GetValue(
OnColorProperty
); }
27
set { SetValue(
OnColorProperty
, value); }
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (1)
82
else if (e.PropertyName == SwitchCell.
OnColorProperty
.PropertyName)