1 write to _glyph
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1091_glyph = glyph;
8 references to _glyph
PresentationCore (8)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (8)
1097get { return _glyph; } 1108if (_glyph < value._glyph) return -1; 1109if (_glyph > value._glyph) return 1; 1119return _glyph == value._glyph && 1137return _glyph << 16 + _lookup;