13 references to FromSelector
Microsoft.Maui.Controls (13)
StyleSheets\Selector.cs (12)
342 return FromSelector(a.Left) + FromSelector(a.Right); 344 return FromSelector(o.Left) + FromSelector(o.Right); 346 return FromSelector(c.Left) + FromSelector(c.Right); 348 return FromSelector(d.Left) + FromSelector(d.Right); 350 return FromSelector(a.Left) + FromSelector(a.Right); 352 return FromSelector(s.Left) + FromSelector(s.Right);
StyleSheets\StyleSheet.cs (1)
115 style.Apply(visualStylable, Selector.SelectorSpecificity.FromSelector(selector));