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