2 writes to Property
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
70
record.
Property
= e.Property;
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
152
records[count].
Property
= dp;
3 references to Property
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextTreePropertyUndoUnit.cs (2)
63
this.TextContainer.SetValue(position, _propertyRecord.
Property
, _propertyRecord.Value);
67
position.Parent.ClearValue(_propertyRecord.
Property
);
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
187
obj.SetValue(records[i].
Property
, records[i].Value);