1 implementation of Id
Microsoft.Maui.Controls (1)
Element\Element_StyleSheets.cs (1)
18 string IStyleSelectable.Id => StyleId;
1 reference to Id
Microsoft.Maui.Controls (1)
StyleSheets\Selector.cs (1)
178 public override bool Matches(IStyleSelectable styleable) => styleable.Id == IdName;