6 instantiations of ValueRecordTable
PresentationCore (6)
MS\Internal\Shaping\Positioning.cs (6)
488return new ValueRecordTable(offset + offsetFormat1Value, 497return new ValueRecordTable(offset + 657return new ValueRecordTable(offset + offsetFormat2ValueRecordArray + 676return new ValueRecordTable(offset + 708return new ValueRecordTable(offset + offsetPairValueArray + 717return new ValueRecordTable(offset + offsetPairValueArray +
15 references to ValueRecordTable
PresentationCore (15)
MS\Internal\Shaping\Positioning.cs (15)
484private ValueRecordTable Format1ValueRecord(FontTable Table) 493private ValueRecordTable Format2ValueRecord(FontTable Table, ushort Index) 499Index * ValueRecordTable.Size(ValueFormat(Table)), 526ValueRecordTable valueRecord; 644private ValueRecordTable Format2FirstValueRecord(FontTable Table, 654int recordSize = ValueRecordTable.Size(firstValueFormat) + 655ValueRecordTable.Size(secondValueFormat); 663private ValueRecordTable Format2SecondValueRecord(FontTable Table, 673int secondRecordOffset = ValueRecordTable.Size(firstValueFormat), 674recordSize = secondRecordOffset + ValueRecordTable.Size(secondValueFormat); 706public ValueRecordTable FirstValueRecord(FontTable Table, ushort Index, ushort Format) 715public ValueRecordTable SecondValueRecord(FontTable Table, ushort Index, ushort Format) 738secondValueRecordOffset = (ushort)(offsetPairValueValue1 + ValueRecordTable.Size(firstValueRecordSize)); 739pairValueRecordSize = (ushort)(secondValueRecordOffset + ValueRecordTable.Size(secondValueRecordSize)); 775ValueRecordTable firstValueRecord, secondValueRecord;