Exemple #1
0
 public override object GetValue(PropertyReference propertyReference, PropertyReference.GetValueFlags getValueFlags)
 {
     if ((getValueFlags & PropertyReference.GetValueFlags.Computed) != PropertyReference.GetValueFlags.Local)
     {
         return(propertyReference.GetCurrentValue(this.localValue));
     }
     return(propertyReference.GetBaseValue(this.localValue));
 }
Exemple #2
0
 public object GetBaseValue(PropertyReference propertyReference)
 {
     return(propertyReference.GetBaseValue(this.viewObject));
 }