3 references to ContentEndOffset
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (3)
529
cpFirst = textElement.
ContentEndOffset
;
658
cp = textElement.
ContentEndOffset
;
718
cp = (edge == ElementEdge.BeforeStart) ? uiContainer.ContentStartOffset : uiContainer.
ContentEndOffset
;