4 references to ThumbImageSource
Microsoft.Maui.Controls (3)
Slider\Slider.cs (3)
49 /// <summary>Bindable property for <see cref="ThumbImageSource"/>.</summary> 50 public static readonly BindableProperty ThumbImageSourceProperty = BindableProperty.Create(nameof(ThumbImageSource), typeof(ImageSource), typeof(Slider), default(ImageSource)); 176 IImageSource ISlider.ThumbImageSource => ThumbImageSource;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SliderRenderer.cs (1)
99 var thumbImage = Element.ThumbImageSource;