1 write to Time
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
450 tp.Time = tpResult;
3 references to Time
Microsoft.Maui.Controls (3)
TimePicker\TimePicker.cs (3)
20 /// <summary>Bindable property for <see cref="Time"/>.</summary> 21 public static readonly BindableProperty TimeProperty = BindableProperty.Create(nameof(Time), typeof(TimeSpan), typeof(TimePicker), new TimeSpan(0), BindingMode.TwoWay, 160 get => Time;