1 type derived from TemplatedPage
Microsoft.Maui.Controls (1)
ContentPage\ContentPage.cs (1)
12 public partial class ContentPage : TemplatedPage, IContentView, HotReload.IHotReloadableView
14 references to TemplatedPage
Microsoft.Maui.Controls (14)
Shell\ShellContent.cs (6)
277 public static implicit operator ShellContent(TemplatedPage page) 291 shellContent.SetBinding(TitleProperty, static (TemplatedPage page) => page.Title, BindingMode.OneWay, source: page); 292 shellContent.SetBinding(IconProperty, static (TemplatedPage page) => page.IconImageSource, BindingMode.OneWay, source: page); 293 shellContent.SetBinding(FlyoutIconProperty, static (TemplatedPage page) => page.IconImageSource, BindingMode.OneWay, source: page); 431 => sourceType == typeof(TemplatedPage); 438 if (value is TemplatedPage templatedPage)
Shell\ShellItem.cs (3)
241 public static implicit operator ShellItem(TemplatedPage page) => (ShellSection)(ShellContent)page; 352 || sourceType == typeof(TemplatedPage) 363 TemplatedPage page => (ShellItem)page,
Shell\ShellSection.cs (4)
303 internal static ShellSection CreateFromTemplatedPage(TemplatedPage page) 313 public static implicit operator ShellSection(TemplatedPage page) 1253 => sourceType == typeof(ShellContent) || sourceType == typeof(TemplatedPage); 1258 TemplatedPage page => (ShellSection)page,
TemplatedPage.cs (1)
12 public static readonly BindableProperty ControlTemplateProperty = BindableProperty.Create(nameof(ControlTemplate), typeof(ControlTemplate), typeof(TemplatedPage), null,