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