// Token: 0x06008DD8 RID: 36312 RVA: 0x0025A3B4 File Offset: 0x002585B4 private object GetValueCore(object o) { object obj; if (this.info == null) { obj = o; } else { using (this.info.SetContext(o)) { obj = this.info.GetValue(); } } if (obj == DependencyProperty.UnsetValue || BindingExpressionBase.IsNullValue(obj)) { obj = null; } return(obj); }