1 write to ValueSize
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
326previousKeyRecord.ValueSize = (int)(_binaryReader.BaseStream.Length - previousKeyRecord.ValuePosition);
4 references to ValueSize
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
323previousKeyRecord?.ValueSize = (int)(keyRecord.ValuePosition - previousKeyRecord.ValuePosition); 362int initialSizeOfNodeList = (record.ValueSize < 800) 363? (int)(record.ValueSize / 2.2) 364: (int)(record.ValueSize / 4.25);