3 references to BindableLayoutTemplateProperty
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (3)
222
return (DataTemplate)b.GetValue(
BindableLayoutTemplateProperty
);
230
b.SetValue(
BindableLayoutTemplateProperty
, value);
582
if (child is BindableObject bindable && bindable.IsSet(
BindableLayoutTemplateProperty
))