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