8 references to SetParagraphProperty
PresentationFramework (8)
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 (2)
1644
TextRangeEdit.
SetParagraphProperty
((TextPointer)textSegment.Start, (TextPointer)textSegment.End, formattingProperty, value, propertyValueAction);
1670
TextRangeEdit.
SetParagraphProperty
((TextPointer)textSegment.Start, (TextPointer)textSegment.End, formattingProperty, value, propertyValueAction);
System\Windows\Documents\TextRangeEdit.cs (2)
721
SetParagraphProperty
(start, end, property, value, PropertyValueAction.SetValue);
1382
TextRangeEdit.
SetParagraphProperty
(range.Start, range.End, Block.MarginProperty, thickness, propertyValueAction);