12 references to LocalValue
WindowsBase (12)
Base\System\Windows\DependencyObject.cs (11)
733: (oldEntry.IsExpression) ? (oldEntry.LocalValue as Expression) 1003object current = oldEntry.LocalValue; 1051object value = entry.IsCoercedWithCurrentValue ? entry.ModifiedValue.CoercedValue : entry.LocalValue; 1067if (!entryIndex.Found || (d._effectiveValues[entryIndex.Index].LocalValue != expr)) 1641RemoveSelfAsInheritanceContext(oldEntry.LocalValue, dp); 1651ProvideSelfAsInheritanceContext(newEntry.LocalValue, dp); 1936value = isSetValue ? newEntry.LocalValue : oldEntry.LocalValue; 2209object value = entry.IsCoercedWithCurrentValue ? entry.ModifiedValue.CoercedValue : entry.LocalValue; 2568object o = entry.LocalValue; 2601return (Expression) entry.LocalValue;
Base\System\Windows\UncommonField.cs (1)
83object value = instance.EffectiveValues[entryIndex.Index].LocalValue;