2 writes to TableCacheData
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (2)
95workspace.TableCacheData = null; 99workspace.TableCacheData = cacheArray;
4 references to TableCacheData
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (4)
121if (workspace.TableCacheData == null) 143if (workspace.TableCacheData == null) 147fixed (byte* pCacheByte = &workspace.TableCacheData[0]) 282fixed (byte* pCache = &workspace.TableCacheData[0])