2 references to GetStaticTextPointerFromCP
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (1)
1244
StaticTextPointer pos = TextContainerHelper.
GetStaticTextPointerFromCP
(Paragraph.StructuralCache.TextContainer, cpPosition + Paragraph.ParagraphStartCharacterPosition);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1227
StaticTextPointer position = TextContainerHelper.
GetStaticTextPointerFromCP
(StructuralCache.TextContainer, startPosition);