4 writes to BaseValue
WindowsBase (4)
Base\System\Windows\EffectiveValueEntry.cs (4)
188entry.BaseValue = DependencyObject.ExpressionInAlternativeStore; 445modifiedValue.BaseValue = animationBaseValue; 473modifiedValue.BaseValue = coersionBaseValue; 515ModifiedValue.BaseValue = value;
21 references to BaseValue
WindowsBase (21)
Base\System\Windows\DependencyObject.cs (7)
398entry.SetExpressionValue(value, modifiedValue.BaseValue); 1361(oldEntry.IsExpression && newEntry.IsExpression && (newEntry.ModifiedValue.BaseValue == oldEntry.ModifiedValue.BaseValue))))) 1404object baseValue = modifiedValue.BaseValue; 1991Equals(dp, oldEntry.ModifiedValue.BaseValue, value)) 3294newEntry.SetExpressionValue(newEntry.Value, oldEntry.ModifiedValue.BaseValue); 3397entry.SetExpressionValue(value, entry.ModifiedValue.BaseValue);
Base\System\Windows\EffectiveValueEntry.cs (14)
61Debug.Assert(Object.Equals(modifiedValue.BaseValue, baseValue)); 79Debug.Assert(Object.Equals(modifiedValue.BaseValue, baseValue) || 82! (modifiedValue.BaseValue is DeferredReference) && 97baseValue = ModifiedValue.BaseValue; 117Object.Equals(modifiedValue.BaseValue, baseValue) || 121! (modifiedValue.BaseValue is DeferredReference) && 136Value = modifiedValue.BaseValue; 156Value = modifiedValue.BaseValue; 187entry.ExpressionValue = entry.BaseValue; 391entry.Value = modifiedValue.BaseValue; 411entry.Value = modifiedValue.BaseValue; 493Debug.Assert(ModifiedValue != null && ModifiedValue.BaseValue != DependencyProperty.UnsetValue); 494return ModifiedValue.BaseValue; 514Debug.Assert(ModifiedValue != null && ModifiedValue.BaseValue != DependencyProperty.UnsetValue);