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