2 writes to Value
PresentationFramework (2)
System\Windows\Documents\TextTreeUndo.cs (1)
65
Value
= e.OldValueSource == BaseValueSourceInternal.Local ? e.OldValue : DependencyProperty.UnsetValue
System\Windows\Documents\TextTreeUndoUnit.cs (1)
144
records[count].
Value
= d.GetValue(dp);
3 references to Value
PresentationFramework (3)
System\Windows\Documents\TextTreePropertyUndoUnit.cs (2)
53
if (_propertyRecord.
Value
!= DependencyProperty.UnsetValue)
55
this.TextContainer.SetValue(position, _propertyRecord.Property, _propertyRecord.
Value
);
System\Windows\Documents\TextTreeUndoUnit.cs (1)
178
obj.SetValue(records[i].Property, records[i].
Value
);