2 references to ContentTemplateProperty
Microsoft.Maui.Controls (2)
Shell\ShellContent.cs (2)
48
get => (DataTemplate)GetValue(
ContentTemplateProperty
);
49
set => SetValue(
ContentTemplateProperty
, value);