public static bool IsValid(this UIBaseStyle style) { return(!style.IsCustom()); }
public static bool IsCustom(this UIBaseStyle style) { return(style.Name.IsCustom()); }