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