7 references to IncreaseByAbsoluteValue
PresentationFramework (7)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
335
TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.
IncreaseByAbsoluteValue
);
src\Framework\System\windows\Documents\TextEditorLists.cs (3)
257
TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.
IncreaseByAbsoluteValue
);
280
TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.
IncreaseByAbsoluteValue
);
287
TextRangeEdit.IncrementParagraphLeadingMargin(thisSelection, /*increment:*/20, PropertyValueAction.
IncreaseByAbsoluteValue
);
src\Framework\System\Windows\Documents\TextRange.cs (1)
810
propertyValueAction != PropertyValueAction.
IncreaseByAbsoluteValue
&&
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1149
propertyValueAction == PropertyValueAction.
IncreaseByAbsoluteValue
? currentValue + newValue :
1925
if (propertyValueAction == PropertyValueAction.
IncreaseByAbsoluteValue
)