1 type derived from TextShapeableSymbols
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
27internal sealed class TextShapeableCharacters : TextShapeableSymbols
26 references to TextShapeableSymbols
PresentationCore (26)
MS\Internal\Shaping\GlyphingCache.cs (1)
46IList<TextShapeableSymbols> shapeableList,
MS\Internal\Shaping\IShapeableTextCollector.cs (1)
35IList<TextShapeableSymbols> shapeableList,
MS\Internal\Shaping\TypefaceMap.cs (1)
74IList<TextShapeableSymbols> shapeableList,
MS\Internal\TextFormatting\FormattedTextSymbols.cs (6)
51IList<TextShapeableSymbols> shapeables = symbols.GetTextShapeableSymbols( 84TextShapeableSymbols current = shapeables[i] as TextShapeableSymbols; 286private TextShapeableSymbols _shapeable; 299TextShapeableSymbols shapeable, 320TextShapeableSymbols shapeable,
MS\Internal\TextFormatting\ITextSymbols.cs (1)
40IList<TextShapeableSymbols> GetTextShapeableSymbols(
MS\Internal\TextFormatting\LineServicesRun.cs (4)
26private TextShapeableSymbols _shapeable; // shapeable run 44TextShapeableSymbols shapeable, 79TextShapeableSymbols shapeable, 498internal TextShapeableSymbols Shapeable
MS\Internal\TextFormatting\TextProperties.cs (1)
398if (textRun is ITextSymbols || textRun is TextShapeableSymbols)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
398TextShapeableSymbols shapeable
MS\Internal\TextFormatting\TextShapeableSymbols.cs (1)
55TextShapeableSymbols shapeable
MS\Internal\TextFormatting\TextStore.cs (5)
1659IList<TextShapeableSymbols> shapeables = null; 1685TextShapeableSymbols textShapeableSymbols = runInfo.TextRun as TextShapeableSymbols; 1689shapeables = new TextShapeableSymbols[] { textShapeableSymbols }; 1705TextShapeableSymbols shapeable = shapeables[i];
System\Windows\Media\textformatting\TextCharacters.cs (4)
172IList<TextShapeableSymbols> ITextSymbols.GetTextShapeableSymbols( 246IList<TextShapeableSymbols> shapeables = new List<TextShapeableSymbols>(2); 272IList<TextShapeableSymbols> shapeables,