2 writes to TableCacheData
PresentationCore (2)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (2)
82workspace.TableCacheData = null; 86workspace.TableCacheData = cacheArray;
4 references to TableCacheData
PresentationCore (4)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (4)
104if (workspace.TableCacheData == null) 122if (workspace.TableCacheData == null) 126fixed (byte* pCacheByte = &workspace.TableCacheData[0]) 249fixed (byte* pCache = &workspace.TableCacheData[0])