1 implementation of ITextSymbols
PresentationCore (1)
System\Windows\Media\textformatting\TextCharacters.cs (1)
35
public class TextCharacters : TextRun,
ITextSymbols
, IShapeableTextCollector
9 references to ITextSymbols
PresentationCore (9)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
55
ITextSymbols
symbols = textSymbols as
ITextSymbols
;
MS\Internal\TextFormatting\TextProperties.cs (1)
405
if (textRun is
ITextSymbols
|| textRun is TextShapeableSymbols)
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
192
bool isText = textRun is
ITextSymbols
;
MS\Internal\TextFormatting\TextStore.cs (4)
219
if(runInfo.TextRun is
ITextSymbols
)
679
if (nextRunInfo != null && nextRunInfo.TextRun is
ITextSymbols
)
1677
ITextSymbols
textSymbols = runInfo.TextRun as
ITextSymbols
;
System\Windows\Media\textformatting\TextCharacters.cs (1)
182
IList<TextShapeableSymbols>
ITextSymbols
.GetTextShapeableSymbols(