2 writes to TableCacheData
PresentationCore (2)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (2)
81workspace.TableCacheData = null; 85workspace.TableCacheData = cacheArray;
4 references to TableCacheData
PresentationCore (4)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (4)
103if (workspace.TableCacheData == null) 121if (workspace.TableCacheData == null) 125fixed (byte* pCacheByte = &workspace.TableCacheData[0]) 248fixed (byte* pCache = &workspace.TableCacheData[0])