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