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