2 references to DecreaseByPercentageValue
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
817propertyValueAction != PropertyValueAction.DecreaseByPercentageValue)
System\Windows\Documents\TextRangeEdit.cs (1)
1148propertyValueAction == PropertyValueAction.DecreaseByPercentageValue ? currentValue * (1.0 - newValue / 100) :