1 write to ContentSize
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
3416ContentSize = bamlBinaryReader.ReadInt32();
4 references to ContentSize
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (3)
1681if (bytesAvailable < bamlRecord.ContentSize) 1695Int32 valuesSize = (Int32)(bamlRecord.ContentSize - endOfKeysPosition + startPosition); 1733defKeyList = new ArrayList(Math.Max (5, (int)(bamlRecord.ContentSize/400)));
System\Windows\Markup\BamlRecords.cs (1)
3423bamlBinaryWriter.Write(ContentSize);