14 references to SetValue
PresentationFramework (14)
System\windows\Documents\TextEditorCharacters.cs (2)
59_OnApplyProperty(This, formattingProperty, propertyValue, /*applyToParagraphs*/false, PropertyValueAction.SetValue); 64_OnApplyProperty(This, formattingProperty, propertyValue, applyToParagraphs, PropertyValueAction.SetValue);
System\windows\Documents\TextEditorLists.cs (4)
252TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue); 257TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 308TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 313TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue);
System\Windows\Documents\TextRange.cs (4)
738this.ApplyPropertyValue(formattingProperty, value, /*applyToParagraphs*/false, PropertyValueAction.SetValue); 760this.ApplyPropertyValue(formattingProperty, value, applyToParagraphs, PropertyValueAction.SetValue); 813if (propertyValueAction != PropertyValueAction.SetValue && 822if (propertyValueAction != PropertyValueAction.SetValue &&
System\Windows\Documents\TextRangeEdit.cs (4)
231propertyValueAction == PropertyValueAction.SetValue && 719SetParagraphProperty(start, end, property, value, PropertyValueAction.SetValue); 1367Invariant.Assert(propertyValueAction != PropertyValueAction.SetValue); 1882if (propertyValueAction != PropertyValueAction.SetValue)