1 type derived from TextShapeableSymbols
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
28internal sealed class TextShapeableCharacters : TextShapeableSymbols
26 references to TextShapeableSymbols
PresentationCore (26)
MS\Internal\Shaping\GlyphingCache.cs (1)
47IList<TextShapeableSymbols> shapeableList,
MS\Internal\Shaping\IShapeableTextCollector.cs (1)
36IList<TextShapeableSymbols> shapeableList,
MS\Internal\Shaping\TypefaceMap.cs (1)
75IList<TextShapeableSymbols> shapeableList,
MS\Internal\TextFormatting\FormattedTextSymbols.cs (6)
52IList<TextShapeableSymbols> shapeables = symbols.GetTextShapeableSymbols( 85TextShapeableSymbols current = shapeables[i] as TextShapeableSymbols; 287private TextShapeableSymbols _shapeable; 300TextShapeableSymbols shapeable, 321TextShapeableSymbols shapeable,
MS\Internal\TextFormatting\ITextSymbols.cs (1)
41IList<TextShapeableSymbols> GetTextShapeableSymbols(
MS\Internal\TextFormatting\LineServicesRun.cs (4)
27private TextShapeableSymbols _shapeable; // shapeable run 45TextShapeableSymbols shapeable, 80TextShapeableSymbols shapeable, 499internal TextShapeableSymbols Shapeable
MS\Internal\TextFormatting\TextProperties.cs (1)
399if (textRun is ITextSymbols || textRun is TextShapeableSymbols)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
399TextShapeableSymbols shapeable
MS\Internal\TextFormatting\TextShapeableSymbols.cs (1)
56TextShapeableSymbols shapeable
MS\Internal\TextFormatting\TextStore.cs (5)
1660IList<TextShapeableSymbols> shapeables = null; 1686TextShapeableSymbols textShapeableSymbols = runInfo.TextRun as TextShapeableSymbols; 1690shapeables = new TextShapeableSymbols[] { textShapeableSymbols }; 1706TextShapeableSymbols shapeable = shapeables[i];
System\Windows\Media\textformatting\TextCharacters.cs (4)
173IList<TextShapeableSymbols> ITextSymbols.GetTextShapeableSymbols( 247IList<TextShapeableSymbols> shapeables = new List<TextShapeableSymbols>(2); 273IList<TextShapeableSymbols> shapeables,