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