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