3 references to BindableLayoutTemplateProperty
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (3)
221
return (DataTemplate)b.GetValue(
BindableLayoutTemplateProperty
);
229
b.SetValue(
BindableLayoutTemplateProperty
, value);
429
if (maybeEmptyView.IsSet(
BindableLayoutTemplateProperty
))