12 instantiations of AnchorTable
PresentationCore (12)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (12)
942return new AnchorTable(Table, 0); 945return new AnchorTable(Table,offset + anchorTableOffset); 1018return new AnchorTable(Table, 0); 1021return new AnchorTable(Table, offset + anchorTableOffset); 1179return new AnchorTable(Table, 0); 1182return new AnchorTable(Table, offset + anchorTableOffset); 1311if (anchorTableOffset == 0) return new AnchorTable(Table,0); 1313return new AnchorTable(Table, offset + anchorTableOffset); 1322if (anchorTableOffset == 0) return new AnchorTable(Table,0); 1324return new AnchorTable(Table, offset + anchorTableOffset); 1484return new AnchorTable(Table, 0); 1487return new AnchorTable(Table, offset + anchorTableOffset);
15 references to AnchorTable
PresentationCore (15)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (15)
91AnchorTable StaticAnchor, 92AnchorTable MobileAnchor, 934public AnchorTable MarkAnchor(FontTable Table, ushort Index) 1008public AnchorTable BaseAnchor(FontTable Table, ushort BaseIndex, 1076AnchorTable markAnchor = marks.MarkAnchor(Table,(ushort)markCoverageIndex); 1082AnchorTable baseAnchor = Bases(Table).BaseAnchor(Table,(ushort)baseCoverageIndex,classCount,markClass); 1168public AnchorTable Anchor(FontTable Table, 1237AnchorTable mark1Anchor = mark1Array.MarkAnchor(Table,(ushort)mark1CoverageIndex); 1243AnchorTable mark2Anchor = Marks2(Table).Anchor(Table,(ushort)mark2CoverageIndex,classCount,mark1Class); 1305private AnchorTable EntryAnchor(FontTable Table, int Index) 1316private AnchorTable ExitAnchor(FontTable Table, int Index) 1399AnchorTable prevExitAnchor, entryAnchor; 1475public AnchorTable LigatureAnchor(FontTable Table, 1639AnchorTable baseAnchor = Ligatures(Table,baseCoverageIndex, classCount). 1646AnchorTable markAnchor = marks.MarkAnchor(Table,(ushort)markCoverageIndex);