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)
251
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.
SetValue
);
256
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.
SetValue
);
307
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.
SetValue
);
312
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.
SetValue
);
System\Windows\Documents\TextRange.cs (4)
731
this.ApplyPropertyValue(formattingProperty, value, /*applyToParagraphs*/false, PropertyValueAction.
SetValue
);
753
this.ApplyPropertyValue(formattingProperty, value, applyToParagraphs, PropertyValueAction.
SetValue
);
805
if (propertyValueAction != PropertyValueAction.
SetValue
&&
814
if (propertyValueAction != PropertyValueAction.
SetValue
&&
System\Windows\Documents\TextRangeEdit.cs (4)
230
propertyValueAction == PropertyValueAction.
SetValue
&&
718
SetParagraphProperty(start, end, property, value, PropertyValueAction.
SetValue
);
1366
Invariant.Assert(propertyValueAction != PropertyValueAction.
SetValue
);
1881
if (propertyValueAction != PropertyValueAction.
SetValue
)