1 write to Time
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
450 tp.Time = tpResult;
4 references to Time
Microsoft.Maui.Controls (4)
TimePicker\TimePicker.cs (4)
22 /// <summary>Bindable property for <see cref="Time"/>.</summary> 23 public static readonly BindableProperty TimeProperty = BindableProperty.Create(nameof(Time), typeof(TimeSpan), typeof(TimePicker), new TimeSpan(0), BindingMode.TwoWay, 162 get => Time; 174 return $"{base.GetDebuggerDisplay()}, Time = {Time}";