14 references to SetValue
PresentationFramework (14)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (2)
77_OnApplyProperty(This, formattingProperty, propertyValue, /*applyToParagraphs*/false, PropertyValueAction.SetValue); 82_OnApplyProperty(This, formattingProperty, propertyValue, applyToParagraphs, PropertyValueAction.SetValue);
src\Framework\System\windows\Documents\TextEditorLists.cs (4)
270TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue); 275TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 326TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 331TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue);
src\Framework\System\Windows\Documents\TextRange.cs (4)
731this.ApplyPropertyValue(formattingProperty, value, /*applyToParagraphs*/false, PropertyValueAction.SetValue); 753this.ApplyPropertyValue(formattingProperty, value, applyToParagraphs, PropertyValueAction.SetValue); 809if (propertyValueAction != PropertyValueAction.SetValue && 818if (propertyValueAction != PropertyValueAction.SetValue &&
src\Framework\System\Windows\Documents\TextRangeEdit.cs (4)
235propertyValueAction == PropertyValueAction.SetValue && 723SetParagraphProperty(start, end, property, value, PropertyValueAction.SetValue); 1371Invariant.Assert(propertyValueAction != PropertyValueAction.SetValue); 1886if (propertyValueAction != PropertyValueAction.SetValue)