1 write to _glyph
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1097_glyph = glyph;
8 references to _glyph
PresentationCore (8)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (8)
1103get { return _glyph; } 1114if (_glyph < value._glyph) return -1; 1115if (_glyph > value._glyph) return 1; 1125return _glyph == value._glyph && 1143return _glyph << 16 + _lookup;