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