4 references to ThumbImageSourceProperty
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
109 get { return (ImageSource)GetValue(ThumbImageSourceProperty); } 110 set { SetValue(ThumbImageSourceProperty, value); }
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SliderRenderer.cs (2)
148 _ = this.ApplyNativeImageAsync(Slider.ThumbImageSourceProperty, uiimage => 170 else if (e.PropertyName == Slider.ThumbImageSourceProperty.PropertyName)