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