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