17 references to ParagraphEndCharacterPosition
PresentationFramework (17)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
547if (lastDcpAttachedObjectBeforeLine + textParagraph.ParagraphStartCharacterPosition == textParagraph.ParagraphEndCharacterPosition)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
185Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (3)
208int cpCurrent = prevParagraph.ParagraphEndCharacterPosition; 254ITextPointer textPointer = TextContainerHelper.GetTextPointerFromCP(StructuralCache.TextContainer, prevParagraph.ParagraphEndCharacterPosition, LogicalDirection.Forward); 949Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
455Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
624Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (1)
537if (start < paraClient.Paragraph.ParagraphEndCharacterPosition)
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (1)
698Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
513if (start < cellParaClient.Paragraph.ParagraphEndCharacterPosition)
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
526if(cellParagraph.ParagraphEndCharacterPosition < startPosition ||
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (3)
322if (start < paraClient.Paragraph.ParagraphEndCharacterPosition) 857int cpParagraphEnd = Paragraph.ParagraphEndCharacterPosition; 2572if (objectPara.ParagraphEndCharacterPosition > dcpStart)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
1196Invariant.Assert(ParagraphEndCharacterPosition >= startPosition); 1251if(attachedObjectPara.ParagraphEndCharacterPosition >= startPosition)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
182== textParagraph.ParagraphEndCharacterPosition))