[]
Gets a value indicating whether the CalculatedValues hashtable exists and is not empty.
protected bool HasCalculatedValues { get; }
Because CalculatedValues always returns a non-null hashtable, initializing it if necessary, use this property to test the existence of CalculatedValues without that side-effect.