8 references to BindableLayout
Microsoft.Maui.Controls (8)
BindableLayout\BindableLayout.cs (6)
217
/// Gets the template reference used to generate a view in the <see cref="
BindableLayout
"/>.
225
/// Sets the template reference used to generate a view in the <see cref="
BindableLayout
"/>.
300
throw new NotSupportedException($"You are using an instance of {nameof(DataTemplateSelector)} to set the {nameof(
BindableLayout
)}.{
BindableLayout
.ItemTemplateProperty.PropertyName} property. Use {nameof(
BindableLayout
)}.{
BindableLayout
.ItemTemplateSelectorProperty.PropertyName} property instead to set an item template selector");
IndicatorView\IndicatorStackLayout.cs (2)
153
BindableLayout
.SetItemsSource(this, _indicatorView.ItemsSource);
154
BindableLayout
.SetItemTemplate(this, indicatorTemplate);