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