7 references to DecreaseByAbsoluteValue
PresentationFramework (7)
System\windows\Documents\TextEditorCharacters.cs (1)
358TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
System\windows\Documents\TextEditorLists.cs (3)
294TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue); 318TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue); 325TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue);
System\Windows\Documents\TextRange.cs (1)
815propertyValueAction != PropertyValueAction.DecreaseByAbsoluteValue &&
System\Windows\Documents\TextRangeEdit.cs (2)
1146propertyValueAction == PropertyValueAction.DecreaseByAbsoluteValue ? currentValue - newValue : 1925else if (propertyValueAction == PropertyValueAction.DecreaseByAbsoluteValue)