3 references to MenuItemTemplate
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (1)
152
if (DefaultMenuItemTemplate != null && _context.Shell.
MenuItemTemplate
== template)
Shell\Shell.cs (2)
148
BindableProperty.CreateAttached(nameof(
MenuItemTemplate
), typeof(DataTemplate), typeof(Shell), null, BindingMode.OneTime);
159
/// Shell provides the Text and IconImageSource properties to the BindingContext of the <see cref = "
MenuItemTemplate
" />.