2 writes to ValueSize
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
326previousKeyRecord.ValueSize = (int)(keyRecord.ValuePosition - previousKeyRecord.ValuePosition); 330previousKeyRecord.ValueSize = (int)(_binaryReader.BaseStream.Length - previousKeyRecord.ValuePosition);
3 references to ValueSize
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
366int initialSizeOfNodeList = (record.ValueSize < 800) 367? (int)(record.ValueSize / 2.2) 368: (int)(record.ValueSize / 4.25);