1 implementation of IStylable
Microsoft.Maui.Controls (1)
VisualElement\VisualElement_StyleSheet.cs (1)
13 public partial class VisualElement : IStylable
3 references to IStylable
Microsoft.Maui.Controls (3)
StyleSheets\Style.cs (2)
70 var property = ((IStylable)styleable).GetProperty(decl.Key, inheriting); 128 public void UnApply(IStylable styleable)
VisualElement\VisualElement_StyleSheet.cs (1)
15 BindableProperty IStylable.GetProperty(string key, bool inheriting)