1 write to ContentSize
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
3610
ContentSize
= bamlBinaryReader.ReadInt32();
4 references to ContentSize
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
1729
if (bytesAvailable < bamlRecord.
ContentSize
)
1743
Int32 valuesSize = (Int32)(bamlRecord.
ContentSize
- endOfKeysPosition + startPosition);
1782
defKeyList = new ArrayList(Math.Max (5, (int)(bamlRecord.
ContentSize
/400)));
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
3617
bamlBinaryWriter.Write(
ContentSize
);