6 instantiations of ValueRecordTable
PresentationCore (6)
MS\Internal\Shaping\Positioning.cs (6)
495return new ValueRecordTable(offset + offsetFormat1Value, 504return new ValueRecordTable(offset + 664return new ValueRecordTable(offset + offsetFormat2ValueRecordArray + 683return new ValueRecordTable(offset + 715return new ValueRecordTable(offset + offsetPairValueArray + 724return new ValueRecordTable(offset + offsetPairValueArray +
15 references to ValueRecordTable
PresentationCore (15)
MS\Internal\Shaping\Positioning.cs (15)
491private ValueRecordTable Format1ValueRecord(FontTable Table) 500private ValueRecordTable Format2ValueRecord(FontTable Table, ushort Index) 506Index * ValueRecordTable.Size(ValueFormat(Table)), 533ValueRecordTable valueRecord; 651private ValueRecordTable Format2FirstValueRecord(FontTable Table, 661int recordSize = ValueRecordTable.Size(firstValueFormat) + 662ValueRecordTable.Size(secondValueFormat); 670private ValueRecordTable Format2SecondValueRecord(FontTable Table, 680int secondRecordOffset = ValueRecordTable.Size(firstValueFormat), 681recordSize = secondRecordOffset + ValueRecordTable.Size(secondValueFormat); 713public ValueRecordTable FirstValueRecord(FontTable Table, ushort Index, ushort Format) 722public ValueRecordTable SecondValueRecord(FontTable Table, ushort Index, ushort Format) 745secondValueRecordOffset = (ushort)(offsetPairValueValue1 + ValueRecordTable.Size(firstValueRecordSize)); 746pairValueRecordSize = (ushort)(secondValueRecordOffset + ValueRecordTable.Size(secondValueRecordSize)); 782ValueRecordTable firstValueRecord, secondValueRecord;