21 references to Paragraph
PresentationFramework (21)
src\Framework\System\Windows\Documents\Span.cs (2)
124
if (start.
Paragraph
!= end.
Paragraph
)
src\Framework\System\windows\Documents\TextEditorLists.cs (2)
264
Paragraph paragraph = thisSelection.Start.
Paragraph
;
319
Paragraph paragraph = thisSelection.Start.
Paragraph
;
src\Framework\System\Windows\Documents\TextPointer.cs (1)
1114
/// enumerating all <see cref="
Paragraph
"/> in a range.</para>
src\Framework\System\Windows\Documents\TextRange.cs (1)
1588
Paragraph paragraph = startPosition.
Paragraph
;
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1392
if ((newStart is TextPointer) && ((TextPointer)newStart).
Paragraph
!= null)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (12)
602
if (position.
Paragraph
== null)
619
Paragraph paragraph = position.
Paragraph
;
1047
block = pointer.
Paragraph
;
1469
firstParagraphOrBlockUIContainer = startPosition.
Paragraph
;
1475
secondParagraphOrBlockUIContainer = endPosition.
Paragraph
;
2221
Invariant.Assert(start.
Paragraph
!= null);
2222
Invariant.Assert(start.
Paragraph
.ContentEnd.CompareTo(end) < 0);
2225
SetStructuralInlineProperty(start, start.
Paragraph
.ContentEnd, formattingProperty, value);
2226
start = start.
Paragraph
.ElementEnd;
2229
if (end.
Paragraph
!= null)
2231
SetStructuralInlineProperty(end.
Paragraph
.ContentStart, end, formattingProperty, value);
2232
end = end.
Paragraph
.ElementStart;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
652
Paragraph paragraph = insertionPosition.
Paragraph
;
660
paragraph = insertionPosition.
Paragraph
;