4 types derived from TemplatedView
Microsoft.Maui.Controls (4)
ContentView\ContentView.cs (1)
9 public partial class ContentView : TemplatedView, IContentView
IndicatorView\IndicatorView.cs (1)
13 public partial class IndicatorView : TemplatedView, ITemplatedIndicatorView
RadioButton\RadioButton.cs (1)
12 public partial class RadioButton : TemplatedView, IElementConfiguration<RadioButton>, ITextElement, IFontElement, IBorderElement, IRadioButton
TitleBar\TitleBar.cs (1)
15 public partial class TitleBar : TemplatedView, ITitleBar, ISafeAreaView
1 reference to TemplatedView
Microsoft.Maui.Controls (1)
TemplatedView\TemplatedView.cs (1)
16 public static readonly BindableProperty ControlTemplateProperty = BindableProperty.Create(nameof(ControlTemplate), typeof(ControlTemplate), typeof(TemplatedView), null,