1 write to _tableDirectory
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\FontDriver.cs (1)
221_tableDirectory = new DirectoryEntry[numTables];
3 references to _tableDirectory
PresentationCore (3)
Core\CSharp\MS\Internal\FontFace\FontDriver.cs (3)
227for (int i = 0; i < _tableDirectory.Length; ++i) 229_tableDirectory[i].tag = (TrueTypeTags)ReadOpenTypeLong(seekPosition); 236_tableDirectory[i].pointer = _fileStream.CheckedProbe(offset, length);