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)
252
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.
SetValue
);
257
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.
SetValue
);
308
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.
SetValue
);
313
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.
SetValue
);
System\Windows\Documents\TextRange.cs (4)
738
this.ApplyPropertyValue(formattingProperty, value, /*applyToParagraphs*/false, PropertyValueAction.
SetValue
);
760
this.ApplyPropertyValue(formattingProperty, value, applyToParagraphs, PropertyValueAction.
SetValue
);
813
if (propertyValueAction != PropertyValueAction.
SetValue
&&
822
if (propertyValueAction != PropertyValueAction.
SetValue
&&
System\Windows\Documents\TextRangeEdit.cs (4)
231
propertyValueAction == PropertyValueAction.
SetValue
&&
719
SetParagraphProperty(start, end, property, value, PropertyValueAction.
SetValue
);
1367
Invariant.Assert(propertyValueAction != PropertyValueAction.
SetValue
);
1882
if (propertyValueAction != PropertyValueAction.
SetValue
)