Implemented interface member:
property
ControlTemplate
Microsoft.Maui.Controls.IControlTemplated.ControlTemplate
2 writes to ControlTemplate
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.iOS.cs (1)
12
radioButton.
ControlTemplate
= DefaultTemplate;
TitleBar\TitleBar.cs (1)
255
ControlTemplate
= DefaultTemplate;
8 references to ControlTemplate
Microsoft.Maui.Controls (8)
RadioButton\RadioButton.cs (3)
295
if (
ControlTemplate
== null)
320
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)
253
if (
ControlTemplate
is null)