1 write to On
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (1)
99 ((SwitchCell)realCell.Cell).On = sw.On;
4 references to On
Microsoft.Maui.Controls (4)
Cells\SwitchCell.cs (2)
10 /// <summary>Bindable property for <see cref="On"/>.</summary> 11 public static readonly BindableProperty OnProperty = BindableProperty.Create(nameof(On), typeof(bool), typeof(SwitchCell), false, propertyChanged: (obj, oldValue, newValue) =>
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (2)
54 uiSwitch.On = boolCell.On; 71 ((UISwitch)realCell.AccessoryView).SetState(boolCell.On, true);