/// <summary> /// Highlights the <see cref="Note"/> controls for the specified <see cref="Person"/>. /// </summary> /// <param name="person">The person to highlight notes for.</param> public void FilterNotes(Person person) { CanvasControl.FilterNotes(person); }