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