public string[] GetAppliedMatchingStyles(BindableObject obj)
 {
     return(Css.GetAppliedMatchingStyles(obj));
 }