4 references to Format2RangeEndGlyph
PresentationCore (4)
MS\Internal\Shaping\OpenTypeCommon.cs (3)
1813else if (glyph > Format2RangeEndGlyph(Table, middleIndex)) 1873ushort lastGlyphId = Format2RangeEndGlyph(table, (ushort)(rangeCount - 1)); 1880ushort endGlyphId = Format2RangeEndGlyph(table, rangeIndex);
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1002ushort lastGlyph = coverage.Format2RangeEndGlyph(table, i);