2 writes to ValueSize
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
347previousKeyRecord.ValueSize = (int)(keyRecord.ValuePosition - previousKeyRecord.ValuePosition); 351previousKeyRecord.ValueSize = (int)(_binaryReader.BaseStream.Length - previousKeyRecord.ValuePosition);
3 references to ValueSize
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
388int initialSizeOfNodeList = (record.ValueSize < 800) 389? (int)(record.ValueSize / 2.2) 390: (int)(record.ValueSize / 4.25);