private bool IsPopupVisible => PopupRef?.Visible == true; IsPopupVisible is not mentioned in the stack trace and CurrentCellId is always a Guid. So the error can occur only if PopupRef is defined and visible, but the CalendarRef is null. I have seen this error a couple of times in ...