3 writes to _cachePointers
PresentationCore (3)
MS\Internal\Shaping\OpenTypeLayout.cs (3)
1169_cachePointers = null; 1289_cachePointers = new ushort[glyphRunLength]; 1320_cachePointers = tmp;
8 references to _cachePointers
PresentationCore (8)
MS\Internal\Shaping\OpenTypeLayout.cs (8)
1287if (_cachePointers != null && _cachePointers.Length >= glyphRunLength) return; 1313if (_cachePointers.Length < newLength) 1317Array.Copy(_cachePointers, tmp, firstGlyphChanged); 1318Array.Copy(_cachePointers, oldAfterLastGlyphChanged, tmp, afterLastGlyphChanged, oldLength - oldAfterLastGlyphChanged); 1324Array.Copy(_cachePointers, oldAfterLastGlyphChanged, _cachePointers, afterLastGlyphChanged, oldLength - oldAfterLastGlyphChanged); 1331get { return _cachePointers; }