12 instantiations of AnchorTable
PresentationCore (12)
MS\Internal\Shaping\Positioning.cs (12)
880return new AnchorTable(Table, 0); 883return new AnchorTable(Table,offset + anchorTableOffset); 946return new AnchorTable(Table, 0); 949return new AnchorTable(Table, offset + anchorTableOffset); 1096return new AnchorTable(Table, 0); 1099return new AnchorTable(Table, offset + anchorTableOffset); 1222if (anchorTableOffset == 0) return new AnchorTable(Table,0); 1224return new AnchorTable(Table, offset + anchorTableOffset); 1233if (anchorTableOffset == 0) return new AnchorTable(Table,0); 1235return new AnchorTable(Table, offset + anchorTableOffset); 1389return new AnchorTable(Table, 0); 1392return new AnchorTable(Table, offset + anchorTableOffset);
15 references to AnchorTable
PresentationCore (15)
MS\Internal\Shaping\Positioning.cs (15)
64AnchorTable StaticAnchor, 65AnchorTable MobileAnchor, 872public AnchorTable MarkAnchor(FontTable Table, ushort Index) 936public AnchorTable BaseAnchor(FontTable Table, ushort BaseIndex, 1004AnchorTable markAnchor = marks.MarkAnchor(Table,(ushort)markCoverageIndex); 1010AnchorTable baseAnchor = Bases(Table).BaseAnchor(Table,(ushort)baseCoverageIndex,classCount,markClass); 1085public AnchorTable Anchor(FontTable Table, 1154AnchorTable mark1Anchor = mark1Array.MarkAnchor(Table,(ushort)mark1CoverageIndex); 1160AnchorTable mark2Anchor = Marks2(Table).Anchor(Table,(ushort)mark2CoverageIndex,classCount,mark1Class); 1216private AnchorTable EntryAnchor(FontTable Table, int Index) 1227private AnchorTable ExitAnchor(FontTable Table, int Index) 1310AnchorTable prevExitAnchor, entryAnchor; 1380public AnchorTable LigatureAnchor(FontTable Table, 1539AnchorTable baseAnchor = Ligatures(Table,baseCoverageIndex, classCount). 1546AnchorTable markAnchor = marks.MarkAnchor(Table,(ushort)markCoverageIndex);