2 writes to Value
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
71
record.
Value
= e.OldValueSource == BaseValueSourceInternal.Local ? e.OldValue : DependencyProperty.UnsetValue;
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
153
records[count].
Value
= d.GetValue(dp);
3 references to Value
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextTreePropertyUndoUnit.cs (2)
61
if (_propertyRecord.
Value
!= DependencyProperty.UnsetValue)
63
this.TextContainer.SetValue(position, _propertyRecord.Property, _propertyRecord.
Value
);
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
187
obj.SetValue(records[i].Property, records[i].
Value
);