Implemented interface member:
property
ControlTemplate
Microsoft.Maui.Controls.IControlTemplated.ControlTemplate
5 references to ControlTemplate
Microsoft.Maui.Controls (5)
ContentPage\ContentPage.cs (2)
47
ControlTemplate controlTemplate =
ControlTemplate
;
61
ControlTemplate controlTemplate =
ControlTemplate
;
TemplatedPage.cs (3)
11
/// <summary>Bindable property for <see cref="
ControlTemplate
"/>.</summary>
12
public static readonly BindableProperty ControlTemplateProperty = BindableProperty.Create(nameof(
ControlTemplate
), typeof(ControlTemplate), typeof(TemplatedPage), null,
42
if (
ControlTemplate
== null)