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