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