1 type derived from TemplatedPage
Microsoft.Maui.Controls (1)
ContentPage\ContentPage.cs (1)
15
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)
243
public static implicit operator ShellItem(
TemplatedPage
page) => (ShellSection)(ShellContent)page;
354
|| sourceType == typeof(
TemplatedPage
)
365
TemplatedPage
page => (ShellItem)page,
Shell\ShellSection.cs (4)
305
internal static ShellSection CreateFromTemplatedPage(
TemplatedPage
page)
315
public static implicit operator ShellSection(
TemplatedPage
page)
1266
=> sourceType == typeof(ShellContent) || sourceType == typeof(
TemplatedPage
);
1271
TemplatedPage
page => (ShellSection)page,
TemplatedPage.cs (1)
12
public static readonly BindableProperty ControlTemplateProperty = BindableProperty.Create(nameof(ControlTemplate), typeof(ControlTemplate), typeof(
TemplatedPage
), null,