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