17 references to ParagraphEndCharacterPosition
PresentationFramework (17)
MS\Internal\Documents\ParagraphResult.cs (1)
541if (lastDcpAttachedObjectBeforeLine + textParagraph.ParagraphStartCharacterPosition == textParagraph.ParagraphEndCharacterPosition)
MS\Internal\PtsHost\BaseParagraph.cs (1)
181Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\ContainerParagraph.cs (3)
204int cpCurrent = prevParagraph.ParagraphEndCharacterPosition; 249ITextPointer textPointer = TextContainerHelper.GetTextPointerFromCP(StructuralCache.TextContainer, prevParagraph.ParagraphEndCharacterPosition, LogicalDirection.Forward); 923Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\FigureParagraph.cs (1)
441Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
609Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\PtsHelper.cs (1)
497if (start < paraClient.Paragraph.ParagraphEndCharacterPosition)
MS\Internal\PtsHost\SubpageParagraph.cs (1)
664Debug.Assert(ParagraphEndCharacterPosition >= startPosition);
MS\Internal\PtsHost\TableParaClient.cs (1)
476if (start < cellParaClient.Paragraph.ParagraphEndCharacterPosition)
MS\Internal\PtsHost\TableParagraph.cs (1)
522if(cellParagraph.ParagraphEndCharacterPosition < startPosition ||
MS\Internal\PtsHost\TextParaClient.cs (3)
281if (start < paraClient.Paragraph.ParagraphEndCharacterPosition) 748int cpParagraphEnd = Paragraph.ParagraphEndCharacterPosition; 2354if (objectPara.ParagraphEndCharacterPosition > dcpStart)
MS\Internal\PtsHost\TextParagraph.cs (2)
1188Invariant.Assert(ParagraphEndCharacterPosition >= startPosition); 1243if(attachedObjectPara.ParagraphEndCharacterPosition >= startPosition)
MS\Internal\Text\LineProperties.cs (1)
179== textParagraph.ParagraphEndCharacterPosition))