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