7 references to TextCharacters
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1511TextRun mergedTextRun = new TextCharacters(characterArray, 0, lengthOfRun, textRun.Properties);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
150return new TextCharacters(
PresentationFramework (5)
MS\Internal\Documents\TextBoxLine.cs (1)
486return new TextCharacters(textBuffer, 0, charactersCopied, properties);
MS\Internal\PtsHost\LineBase.cs (2)
119return new TextCharacters(textBuffer, 0, charactersCopied, textProps); 176run = new TextCharacters(textBuffer, 0, textBuffer.Length, textProps);
MS\Internal\Text\ComplexLine.cs (2)
370return new TextCharacters(textBuffer, 0, charactersCopied, textProps); 400run = new TextCharacters(textBuffer, 0, textBuffer.Length, textProps);