Implemented interface member:
property
ControlTemplate
Microsoft.Maui.Controls.IControlTemplated.ControlTemplate
1 write to ControlTemplate
Microsoft.Maui.Controls (1)
TitleBar\TitleBar.cs (1)
258
ControlTemplate
= DefaultTemplate;
8 references to ControlTemplate
Microsoft.Maui.Controls (8)
RadioButton\RadioButton.cs (3)
298
if (
ControlTemplate
== null)
323
if (
ControlTemplate
== null)
677
if (
ControlTemplate
!= null)
TemplatedView\TemplatedView.cs (4)
15
/// <summary>Bindable property for <see cref="
ControlTemplate
"/>.</summary>
16
public static readonly BindableProperty ControlTemplateProperty = BindableProperty.Create(nameof(
ControlTemplate
), typeof(ControlTemplate), typeof(TemplatedView), null,
80
if (
ControlTemplate
== null)
116
return
ControlTemplate
;
TitleBar\TitleBar.cs (1)
256
if (
ControlTemplate
is null)