4 references to MinimumTrackColorProperty
Microsoft.Maui.Controls (3)
Properties\AssemblyInfo.cs (1)
153[assembly: StyleProperty("-maui-min-track-color", typeof(Slider), nameof(Slider.MinimumTrackColorProperty))]
Slider\Slider.cs (2)
88 get { return (Color)GetValue(MinimumTrackColorProperty); } 89 set { SetValue(MinimumTrackColorProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SliderRenderer.cs (1)
166 else if (e.PropertyName == Slider.MinimumTrackColorProperty.PropertyName)