2 references to ElementEdgeCharacterLength
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (2)
953
if (startPosition <= openEdgeCp + TextContainerHelper.
ElementEdgeCharacterLength
) // If before or equal to content start, whole para content is invalid
1012
return (startPosition < openEdgeCp + TextContainerHelper.
ElementEdgeCharacterLength
);