1 write to _propertyRecord
PresentationFramework (1)
System\Windows\Documents\TextTreePropertyUndoUnit.cs (1)
29
_propertyRecord
= propertyRecord;
4 references to _propertyRecord
PresentationFramework (4)
System\Windows\Documents\TextTreePropertyUndoUnit.cs (4)
55
if (
_propertyRecord
.Value != DependencyProperty.UnsetValue)
57
this.TextContainer.SetValue(position,
_propertyRecord
.Property,
_propertyRecord
.Value);
61
position.Parent.ClearValue(
_propertyRecord
.Property);