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)
55if (_propertyRecord.Value != DependencyProperty.UnsetValue) 57this.TextContainer.SetValue(position, _propertyRecord.Property, _propertyRecord.Value); 61position.Parent.ClearValue(_propertyRecord.Property);