1 write to _glyph
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1150_glyph = glyph;
8 references to _glyph
PresentationCore (8)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (8)
1156get { return _glyph; } 1167if (_glyph < value._glyph) return -1; 1168if (_glyph > value._glyph) return 1; 1178return _glyph == value._glyph && 1196return _glyph << 16 + _lookup;