1 type derived from TextShapeableSymbols
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
36internal sealed class TextShapeableCharacters : TextShapeableSymbols
26 references to TextShapeableSymbols
PresentationCore (26)
MS\Internal\Shaping\GlyphingCache.cs (1)
52IList<TextShapeableSymbols> shapeableList,
MS\Internal\Shaping\IShapeableTextCollector.cs (1)
41IList<TextShapeableSymbols> shapeableList,
MS\Internal\Shaping\TypefaceMap.cs (1)
83IList<TextShapeableSymbols> shapeableList,
MS\Internal\TextFormatting\FormattedTextSymbols.cs (6)
60IList<TextShapeableSymbols> shapeables = symbols.GetTextShapeableSymbols( 93TextShapeableSymbols current = shapeables[i] as TextShapeableSymbols; 295private TextShapeableSymbols _shapeable; 308TextShapeableSymbols shapeable, 329TextShapeableSymbols shapeable,
MS\Internal\TextFormatting\ITextSymbols.cs (1)
45IList<TextShapeableSymbols> GetTextShapeableSymbols(
MS\Internal\TextFormatting\LineServicesRun.cs (4)
41private TextShapeableSymbols _shapeable; // shapeable run 59TextShapeableSymbols shapeable, 94TextShapeableSymbols shapeable, 513internal TextShapeableSymbols Shapeable
MS\Internal\TextFormatting\TextProperties.cs (1)
405if (textRun is ITextSymbols || textRun is TextShapeableSymbols)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
407TextShapeableSymbols shapeable
MS\Internal\TextFormatting\TextShapeableSymbols.cs (1)
61TextShapeableSymbols shapeable
MS\Internal\TextFormatting\TextStore.cs (5)
1675IList<TextShapeableSymbols> shapeables = null; 1701TextShapeableSymbols textShapeableSymbols = runInfo.TextRun as TextShapeableSymbols; 1705shapeables = new TextShapeableSymbols[] { textShapeableSymbols }; 1721TextShapeableSymbols shapeable = shapeables[i];
System\Windows\Media\textformatting\TextCharacters.cs (4)
182IList<TextShapeableSymbols> ITextSymbols.GetTextShapeableSymbols( 256IList<TextShapeableSymbols> shapeables = new List<TextShapeableSymbols>(2); 282IList<TextShapeableSymbols> shapeables,