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