1 write to offsetInputGlyphCount
PresentationCore (1)
MS\Internal\Shaping\Context.cs (1)
886offsetInputGlyphCount = offsetBacktrackGlyphCount + sizeGlyphCount +
4 references to offsetInputGlyphCount
PresentationCore (4)
MS\Internal\Shaping\Context.cs (4)
847return Table.GetUShort(offset+offsetInputGlyphCount); 854offsetInputGlyphCount + 890offsetLookaheadGlyphCount = offsetInputGlyphCount + sizeGlyphCount + 891Table.GetUShort(offset+offsetInputGlyphCount) *