1 write to IsToggled
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
440
sw.
IsToggled
= swResult;
6 references to IsToggled
Microsoft.Maui.Controls (6)
Switch\Switch.cs (6)
16
/// <summary>Bindable property for <see cref="
IsToggled
"/>.</summary>
17
public static readonly BindableProperty IsToggledProperty = BindableProperty.Create(nameof(
IsToggled
), typeof(bool), typeof(Switch), false, propertyChanged: (bindable, oldValue, newValue) =>
67
if (IsEnabled &&
IsToggled
)
69
else if (IsEnabled && !
IsToggled
)
97
if (
IsToggled
)
107
get =>
IsToggled
;