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)
268
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.
SetValue
);
273
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.
SetValue
);
324
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.
SetValue
);
329
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.
SetValue
);
System\Windows\Documents\TextRange.cs (4)
741
this.ApplyPropertyValue(formattingProperty, value, /*applyToParagraphs*/false, PropertyValueAction.
SetValue
);
763
this.ApplyPropertyValue(formattingProperty, value, applyToParagraphs, PropertyValueAction.
SetValue
);
816
if (propertyValueAction != PropertyValueAction.
SetValue
&&
825
if (propertyValueAction != PropertyValueAction.
SetValue
&&
System\Windows\Documents\TextRangeEdit.cs (4)
233
propertyValueAction == PropertyValueAction.
SetValue
&&
721
SetParagraphProperty(start, end, property, value, PropertyValueAction.
SetValue
);
1369
Invariant.Assert(propertyValueAction != PropertyValueAction.
SetValue
);
1884
if (propertyValueAction != PropertyValueAction.
SetValue
)