17 references to ParagraphEndCharacterPosition
PresentationFramework (17)
MS\Internal\Documents\ParagraphResult.cs (1)
537if (lastDcpAttachedObjectBeforeLine + textParagraph.ParagraphStartCharacterPosition == textParagraph.ParagraphEndCharacterPosition)
MS\Internal\PtsHost\BaseParagraph.cs (1)
178Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\ContainerParagraph.cs (3)
185int cpCurrent = prevParagraph.ParagraphEndCharacterPosition; 230ITextPointer textPointer = TextContainerHelper.GetTextPointerFromCP(StructuralCache.TextContainer, prevParagraph.ParagraphEndCharacterPosition, LogicalDirection.Forward); 899Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\FigureParagraph.cs (1)
428Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
602Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\PtsHelper.cs (1)
491if (start < paraClient.Paragraph.ParagraphEndCharacterPosition)
MS\Internal\PtsHost\SubpageParagraph.cs (1)
645Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\TableParaClient.cs (1)
469if (start < cellParaClient.Paragraph.ParagraphEndCharacterPosition)
MS\Internal\PtsHost\TableParagraph.cs (1)
508if(cellParagraph.ParagraphEndCharacterPosition < startPosition ||
MS\Internal\PtsHost\TextParaClient.cs (3)
274if (start < paraClient.Paragraph.ParagraphEndCharacterPosition) 741int cpParagraphEnd = Paragraph.ParagraphEndCharacterPosition; 2347if (objectPara.ParagraphEndCharacterPosition > dcpStart)
MS\Internal\PtsHost\TextParagraph.cs (2)
1158Invariant.Assert(ParagraphEndCharacterPosition >= startPosition); 1213if(attachedObjectPara.ParagraphEndCharacterPosition >= startPosition)
MS\Internal\Text\LineProperties.cs (1)
174== textParagraph.ParagraphEndCharacterPosition))