2 types derived from StyleableElement
Microsoft.Maui.Controls (2)
Menu\BaseMenuItem.cs (1)
4
public abstract class BaseMenuItem :
StyleableElement
NavigableElement\NavigableElement.cs (1)
11
public class NavigableElement :
StyleableElement
, INavigationProxy
5 references to StyleableElement
Microsoft.Maui.Controls (5)
NavigableElement\NavigableElement.cs (2)
19
/// <inheritdoc cref="
StyleableElement
.StyleProperty" />
20
public static readonly new BindableProperty StyleProperty =
StyleableElement
.StyleProperty;
StyleableElement\StyleableElement.cs (2)
12
BindableProperty.Create(nameof(Style), typeof(Style), typeof(
StyleableElement
), default(Style),
13
propertyChanged: (bindable, oldvalue, newvalue) => ((
StyleableElement
)bindable)._mergedStyle.Style = (Style)newvalue);
VisualElement\VisualElement.cs (1)
26
/// <inheritdoc cref="
StyleableElement
.StyleProperty" />