1 write to IndicatorTemplate
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
137 var indicatorTemplate = _indicatorView.IndicatorTemplate ??= new DataTemplate(() => new Border
6 references to IndicatorTemplate
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorView.cs (4)
31 /// <summary>Bindable property for <see cref="IndicatorTemplate"/>.</summary> 32 public static readonly BindableProperty IndicatorTemplateProperty = BindableProperty.Create(nameof(IndicatorTemplate), typeof(DataTemplate), typeof(IndicatorView), default(DataTemplate), propertyChanging: (bindable, oldValue, newValue) 136 if (IndicatorTemplate == null) 189 Maui.ILayout ITemplatedIndicatorView.IndicatorsLayoutOverride => (IndicatorTemplate != null) ? IndicatorLayout as Maui.ILayout : null;
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\IndicatorViewRenderer.cs (2)
124 var control = (Element.IndicatorTemplate != null) 139 if (Element.IndicatorTemplate == null)