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