14 references to SetValue
PresentationFramework (14)
System\windows\Documents\TextEditorCharacters.cs (2)
75_OnApplyProperty(This, formattingProperty, propertyValue, /*applyToParagraphs*/false, PropertyValueAction.SetValue); 80_OnApplyProperty(This, formattingProperty, propertyValue, applyToParagraphs, PropertyValueAction.SetValue);
System\windows\Documents\TextEditorLists.cs (4)
268TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue); 273TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 324TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 329TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue);
System\Windows\Documents\TextRange.cs (4)
741this.ApplyPropertyValue(formattingProperty, value, /*applyToParagraphs*/false, PropertyValueAction.SetValue); 763this.ApplyPropertyValue(formattingProperty, value, applyToParagraphs, PropertyValueAction.SetValue); 816if (propertyValueAction != PropertyValueAction.SetValue && 825if (propertyValueAction != PropertyValueAction.SetValue &&
System\Windows\Documents\TextRangeEdit.cs (4)
233propertyValueAction == PropertyValueAction.SetValue && 721SetParagraphProperty(start, end, property, value, PropertyValueAction.SetValue); 1369Invariant.Assert(propertyValueAction != PropertyValueAction.SetValue); 1884if (propertyValueAction != PropertyValueAction.SetValue)