14 references to SetValue
PresentationFramework (14)
System\windows\Documents\TextEditorCharacters.cs (2)
58_OnApplyProperty(This, formattingProperty, propertyValue, /*applyToParagraphs*/false, PropertyValueAction.SetValue); 63_OnApplyProperty(This, formattingProperty, propertyValue, applyToParagraphs, PropertyValueAction.SetValue);
System\windows\Documents\TextEditorLists.cs (4)
251TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue); 256TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 307TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 312TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue);
System\Windows\Documents\TextRange.cs (4)
731this.ApplyPropertyValue(formattingProperty, value, /*applyToParagraphs*/false, PropertyValueAction.SetValue); 753this.ApplyPropertyValue(formattingProperty, value, applyToParagraphs, PropertyValueAction.SetValue); 805if (propertyValueAction != PropertyValueAction.SetValue && 814if (propertyValueAction != PropertyValueAction.SetValue &&
System\Windows\Documents\TextRangeEdit.cs (4)
230propertyValueAction == PropertyValueAction.SetValue && 718SetParagraphProperty(start, end, property, value, PropertyValueAction.SetValue); 1366Invariant.Assert(propertyValueAction != PropertyValueAction.SetValue); 1881if (propertyValueAction != PropertyValueAction.SetValue)