14 references to SetValue
PresentationFramework (14)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (2)
77
_OnApplyProperty(This, formattingProperty, propertyValue, /*applyToParagraphs*/false, PropertyValueAction.
SetValue
);
82
_OnApplyProperty(This, formattingProperty, propertyValue, applyToParagraphs, PropertyValueAction.
SetValue
);
src\Framework\System\windows\Documents\TextEditorLists.cs (4)
270
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.
SetValue
);
275
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.
SetValue
);
326
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.
SetValue
);
331
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.
SetValue
);
src\Framework\System\Windows\Documents\TextRange.cs (4)
731
this.ApplyPropertyValue(formattingProperty, value, /*applyToParagraphs*/false, PropertyValueAction.
SetValue
);
753
this.ApplyPropertyValue(formattingProperty, value, applyToParagraphs, PropertyValueAction.
SetValue
);
809
if (propertyValueAction != PropertyValueAction.
SetValue
&&
818
if (propertyValueAction != PropertyValueAction.
SetValue
&&
src\Framework\System\Windows\Documents\TextRangeEdit.cs (4)
235
propertyValueAction == PropertyValueAction.
SetValue
&&
723
SetParagraphProperty(start, end, property, value, PropertyValueAction.
SetValue
);
1371
Invariant.Assert(propertyValueAction != PropertyValueAction.
SetValue
);
1886
if (propertyValueAction != PropertyValueAction.
SetValue
)