7 references to DecreaseByAbsoluteValue
PresentationFramework (7)
System\windows\Documents\TextEditorCharacters.cs (1)
357TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
System\windows\Documents\TextEditorLists.cs (3)
293TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue); 317TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue); 324TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue);
System\Windows\Documents\TextRange.cs (1)
807propertyValueAction != PropertyValueAction.DecreaseByAbsoluteValue &&
System\Windows\Documents\TextRangeEdit.cs (2)
1145propertyValueAction == PropertyValueAction.DecreaseByAbsoluteValue ? currentValue - newValue : 1924else if (propertyValueAction == PropertyValueAction.DecreaseByAbsoluteValue)