6 instantiations of ValueRecordTable
PresentationCore (6)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (6)
541return new ValueRecordTable(offset + offsetFormat1Value, 550return new ValueRecordTable(offset + 715return new ValueRecordTable(offset + offsetFormat2ValueRecordArray + 734return new ValueRecordTable(offset + 771return new ValueRecordTable(offset + offsetPairValueArray + 780return new ValueRecordTable(offset + offsetPairValueArray +
15 references to ValueRecordTable
PresentationCore (15)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (15)
537private ValueRecordTable Format1ValueRecord(FontTable Table) 546private ValueRecordTable Format2ValueRecord(FontTable Table, ushort Index) 552Index * ValueRecordTable.Size(ValueFormat(Table)), 579ValueRecordTable valueRecord; 702private ValueRecordTable Format2FirstValueRecord(FontTable Table, 712int recordSize = ValueRecordTable.Size(firstValueFormat) + 713ValueRecordTable.Size(secondValueFormat); 721private ValueRecordTable Format2SecondValueRecord(FontTable Table, 731int secondRecordOffset = ValueRecordTable.Size(firstValueFormat), 732recordSize = secondRecordOffset + ValueRecordTable.Size(secondValueFormat); 769public ValueRecordTable FirstValueRecord(FontTable Table, ushort Index, ushort Format) 778public ValueRecordTable SecondValueRecord(FontTable Table, ushort Index, ushort Format) 802secondValueRecordOffset = (ushort)(offsetPairValueValue1 + ValueRecordTable.Size(firstValueRecordSize)); 803pairValueRecordSize = (ushort)(secondValueRecordOffset + ValueRecordTable.Size(secondValueRecordSize)); 839ValueRecordTable firstValueRecord, secondValueRecord;