17 references to ParagraphEndCharacterPosition
PresentationFramework (17)
MS\Internal\Documents\ParagraphResult.cs (1)
538
if (lastDcpAttachedObjectBeforeLine + textParagraph.ParagraphStartCharacterPosition == textParagraph.
ParagraphEndCharacterPosition
)
MS\Internal\PtsHost\BaseParagraph.cs (1)
179
Debug.Assert(
ParagraphEndCharacterPosition
>= startPosition);
MS\Internal\PtsHost\ContainerParagraph.cs (3)
186
int cpCurrent = prevParagraph.
ParagraphEndCharacterPosition
;
231
ITextPointer textPointer = TextContainerHelper.GetTextPointerFromCP(StructuralCache.TextContainer, prevParagraph.
ParagraphEndCharacterPosition
, LogicalDirection.Forward);
903
Debug.Assert(
ParagraphEndCharacterPosition
>= startPosition);
MS\Internal\PtsHost\FigureParagraph.cs (1)
432
Debug.Assert(
ParagraphEndCharacterPosition
>= startPosition);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
606
Debug.Assert(
ParagraphEndCharacterPosition
>= startPosition);
MS\Internal\PtsHost\PtsHelper.cs (1)
492
if (start < paraClient.Paragraph.
ParagraphEndCharacterPosition
)
MS\Internal\PtsHost\SubpageParagraph.cs (1)
649
Debug.Assert(
ParagraphEndCharacterPosition
>= startPosition);
MS\Internal\PtsHost\TableParaClient.cs (1)
470
if (start < cellParaClient.Paragraph.
ParagraphEndCharacterPosition
)
MS\Internal\PtsHost\TableParagraph.cs (1)
509
if(cellParagraph.
ParagraphEndCharacterPosition
< startPosition ||
MS\Internal\PtsHost\TextParaClient.cs (3)
275
if (start < paraClient.Paragraph.
ParagraphEndCharacterPosition
)
742
int cpParagraphEnd = Paragraph.
ParagraphEndCharacterPosition
;
2348
if (objectPara.
ParagraphEndCharacterPosition
> dcpStart)
MS\Internal\PtsHost\TextParagraph.cs (2)
1159
Invariant.Assert(
ParagraphEndCharacterPosition
>= startPosition);
1214
if(attachedObjectPara.
ParagraphEndCharacterPosition
>= startPosition)
MS\Internal\Text\LineProperties.cs (1)
175
== textParagraph.
ParagraphEndCharacterPosition
))