1 implementation of ITextSymbols
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs (1)
38public class TextCharacters : TextRun, ITextSymbols, IShapeableTextCollector
9 references to ITextSymbols
PresentationCore (9)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
64ITextSymbols symbols = textSymbols as ITextSymbols;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
407if (textRun is ITextSymbols || textRun is TextShapeableSymbols)
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
198bool isText = textRun is ITextSymbols;
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
223if(runInfo.TextRun is ITextSymbols) 690if (nextRunInfo != null && nextRunInfo.TextRun is ITextSymbols) 1688ITextSymbols textSymbols = runInfo.TextRun as ITextSymbols;
Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs (1)
200IList<TextShapeableSymbols> ITextSymbols.GetTextShapeableSymbols(