Example #1
0
 public static bool IsValid(this UIBaseStyle style)
 {
     return(!style.IsCustom());
 }
Example #2
0
 public static bool IsCustom(this UIBaseStyle style)
 {
     return(style.Name.IsCustom());
 }