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