7 references to DecreaseByAbsoluteValue
PresentationFramework (7)
System\windows\Documents\TextEditorCharacters.cs (1)
374TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
System\windows\Documents\TextEditorLists.cs (3)
310TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue); 334TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue); 341TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue);
System\Windows\Documents\TextRange.cs (1)
818propertyValueAction != PropertyValueAction.DecreaseByAbsoluteValue &&
System\Windows\Documents\TextRangeEdit.cs (2)
1148propertyValueAction == PropertyValueAction.DecreaseByAbsoluteValue ? currentValue - newValue : 1927else if (propertyValueAction == PropertyValueAction.DecreaseByAbsoluteValue)