4 references to ContentTemplate
Microsoft.Maui.Controls (4)
Shell\ShellContent.cs (4)
28
/// <summary>Bindable property for <see cref="
ContentTemplate
"/>.</summary>
30
BindableProperty.Create(nameof(
ContentTemplate
), typeof(DataTemplate), typeof(ShellContent), null, BindingMode.OneTime);
60
var template =
ContentTemplate
;
303
if (shellContent.
ContentTemplate
== null)