3 writes to _cachePointers
PresentationCore (3)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (3)
1255_cachePointers = null; 1380_cachePointers = new ushort[glyphRunLength]; 1416_cachePointers = tmp;
8 references to _cachePointers
PresentationCore (8)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (8)
1378if (_cachePointers != null && _cachePointers.Length >= glyphRunLength) return; 1409if (_cachePointers.Length < newLength) 1413Array.Copy(_cachePointers, tmp, firstGlyphChanged); 1414Array.Copy(_cachePointers, oldAfterLastGlyphChanged, tmp, afterLastGlyphChanged, oldLength - oldAfterLastGlyphChanged); 1420Array.Copy(_cachePointers, oldAfterLastGlyphChanged, _cachePointers, afterLastGlyphChanged, oldLength - oldAfterLastGlyphChanged); 1431get { return _cachePointers; }