4 references to GetTextLength
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
848textLength = GetTextLength(text);
src\Framework\System\Windows\Documents\TextTreeText.cs (3)
52textLength = TextContainer.GetTextLength(text); 280length = TextContainer.GetTextLength(text); 340textEndOffset = TextContainer.GetTextLength(text);