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