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