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