public static SolidColorBrush TagMatch(string tag) { return(CurrentFile != null && CurrentFile.HasTag(tag) ? new SolidColorBrush(Colors.Red) : new SolidColorBrush(Colors.Black)); }