12 instantiations of AnchorTable
PresentationCore (12)
MS\Internal\Shaping\Positioning.cs (12)
873return new AnchorTable(Table, 0); 876return new AnchorTable(Table,offset + anchorTableOffset); 939return new AnchorTable(Table, 0); 942return new AnchorTable(Table, offset + anchorTableOffset); 1089return new AnchorTable(Table, 0); 1092return new AnchorTable(Table, offset + anchorTableOffset); 1215if (anchorTableOffset == 0) return new AnchorTable(Table,0); 1217return new AnchorTable(Table, offset + anchorTableOffset); 1226if (anchorTableOffset == 0) return new AnchorTable(Table,0); 1228return new AnchorTable(Table, offset + anchorTableOffset); 1382return new AnchorTable(Table, 0); 1385return new AnchorTable(Table, offset + anchorTableOffset);
15 references to AnchorTable
PresentationCore (15)
MS\Internal\Shaping\Positioning.cs (15)
57AnchorTable StaticAnchor, 58AnchorTable MobileAnchor, 865public AnchorTable MarkAnchor(FontTable Table, ushort Index) 929public AnchorTable BaseAnchor(FontTable Table, ushort BaseIndex, 997AnchorTable markAnchor = marks.MarkAnchor(Table,(ushort)markCoverageIndex); 1003AnchorTable baseAnchor = Bases(Table).BaseAnchor(Table,(ushort)baseCoverageIndex,classCount,markClass); 1078public AnchorTable Anchor(FontTable Table, 1147AnchorTable mark1Anchor = mark1Array.MarkAnchor(Table,(ushort)mark1CoverageIndex); 1153AnchorTable mark2Anchor = Marks2(Table).Anchor(Table,(ushort)mark2CoverageIndex,classCount,mark1Class); 1209private AnchorTable EntryAnchor(FontTable Table, int Index) 1220private AnchorTable ExitAnchor(FontTable Table, int Index) 1303AnchorTable prevExitAnchor, entryAnchor; 1373public AnchorTable LigatureAnchor(FontTable Table, 1532AnchorTable baseAnchor = Ligatures(Table,baseCoverageIndex, classCount). 1539AnchorTable markAnchor = marks.MarkAnchor(Table,(ushort)markCoverageIndex);