1 instantiation of LigatureSetTable
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\Substitution.cs (1)
157return new LigatureSetTable(offset+Table.GetUShort(offset+
3 references to LigatureSetTable
PresentationCore (3)
Core\CSharp\MS\Internal\Shaping\Substitution.cs (3)
155private LigatureSetTable LigatureSet(FontTable Table, ushort Index) 253LigatureSetTable ligatureSet = LigatureSet(Table,(ushort)CoverageIndex); 394LigatureSetTable ligatureSet = LigatureSet(table, setIndex);