2 references to IncreaseByPercentageValue
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
819propertyValueAction != PropertyValueAction.IncreaseByPercentageValue &&
System\Windows\Documents\TextRangeEdit.cs (1)
1149propertyValueAction == PropertyValueAction.IncreaseByPercentageValue ? currentValue * (1.0 + newValue / 100) :