7 references to DecreaseByAbsoluteValue
PresentationFramework (7)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
376TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
src\Framework\System\windows\Documents\TextEditorLists.cs (3)
312TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue); 336TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue); 343TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.DecreaseByAbsoluteValue);
src\Framework\System\Windows\Documents\TextRange.cs (1)
811propertyValueAction != PropertyValueAction.DecreaseByAbsoluteValue &&
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1150propertyValueAction == PropertyValueAction.DecreaseByAbsoluteValue ? currentValue - newValue : 1929else if (propertyValueAction == PropertyValueAction.DecreaseByAbsoluteValue)