2 writes to ValueSize
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
329previousKeyRecord.ValueSize = (int)(keyRecord.ValuePosition - previousKeyRecord.ValuePosition); 333previousKeyRecord.ValueSize = (int)(_binaryReader.BaseStream.Length - previousKeyRecord.ValuePosition);
3 references to ValueSize
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
369int initialSizeOfNodeList = (record.ValueSize < 800) 370? (int)(record.ValueSize / 2.2) 371: (int)(record.ValueSize / 4.25);