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