7 references to TextCharacters
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1518TextRun mergedTextRun = new TextCharacters(characterArray, 0, lengthOfRun, textRun.Properties);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
151return new TextCharacters(
PresentationFramework (5)
MS\Internal\Documents\TextBoxLine.cs (1)
487return new TextCharacters(textBuffer, 0, charactersCopied, properties);
MS\Internal\PtsHost\LineBase.cs (2)
124return new TextCharacters(textBuffer, 0, charactersCopied, textProps); 181run = new TextCharacters(textBuffer, 0, textBuffer.Length, textProps);
MS\Internal\Text\ComplexLine.cs (2)
371return new TextCharacters(textBuffer, 0, charactersCopied, textProps); 401run = new TextCharacters(textBuffer, 0, textBuffer.Length, textProps);