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