1 type derived from TextShapeableSymbols
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
39internal sealed class TextShapeableCharacters : TextShapeableSymbols
26 references to TextShapeableSymbols
PresentationCore (26)
Core\CSharp\MS\Internal\Shaping\GlyphingCache.cs (1)
52IList<TextShapeableSymbols> shapeableList,
Core\CSharp\MS\Internal\Shaping\IShapeableTextCollector.cs (1)
43IList<TextShapeableSymbols> shapeableList,
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (1)
90IList<TextShapeableSymbols> shapeableList,
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (6)
69IList<TextShapeableSymbols> shapeables = symbols.GetTextShapeableSymbols( 102TextShapeableSymbols current = shapeables[i] as TextShapeableSymbols; 306private TextShapeableSymbols _shapeable; 319TextShapeableSymbols shapeable, 340TextShapeableSymbols shapeable,
Core\CSharp\MS\Internal\TextFormatting\ITextSymbols.cs (1)
48IList<TextShapeableSymbols> GetTextShapeableSymbols(
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (4)
51private TextShapeableSymbols _shapeable; // shapeable run 69TextShapeableSymbols shapeable, 104TextShapeableSymbols shapeable, 528internal TextShapeableSymbols Shapeable
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
407if (textRun is ITextSymbols || textRun is TextShapeableSymbols)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
415TextShapeableSymbols shapeable
Core\CSharp\MS\Internal\TextFormatting\TextShapeableSymbols.cs (1)
64TextShapeableSymbols shapeable
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
1686ICollection<TextShapeableSymbols> shapeables = null; 1712TextShapeableSymbols textShapeableSymbols = runInfo.TextRun as TextShapeableSymbols; 1716shapeables = new TextShapeableSymbols[] { textShapeableSymbols }; 1729foreach (TextShapeableSymbols shapeable in shapeables)
Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs (4)
200IList<TextShapeableSymbols> ITextSymbols.GetTextShapeableSymbols( 274IList<TextShapeableSymbols> shapeables = new List<TextShapeableSymbols>(2); 300IList<TextShapeableSymbols> shapeables,