2 writes to Property
PresentationFramework (2)
System\Windows\Documents\TextTreeUndo.cs (1)
64Property = e.Property,
System\Windows\Documents\TextTreeUndoUnit.cs (1)
143records[count].Property = dp;
3 references to Property
PresentationFramework (3)
System\Windows\Documents\TextTreePropertyUndoUnit.cs (2)
55this.TextContainer.SetValue(position, _propertyRecord.Property, _propertyRecord.Value); 59position.Parent.ClearValue(_propertyRecord.Property);
System\Windows\Documents\TextTreeUndoUnit.cs (1)
178obj.SetValue(records[i].Property, records[i].Value);