2 writes to ValuePosition
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006KeyRecord.cs (1)
34
ValuePosition
= valuePosition;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
322
keyRecord.
ValuePosition
+= endOfKeysStartOfObjects;
7 references to ValuePosition
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (7)
325
previousKeyRecord.ValueSize = (int)(keyRecord.
ValuePosition
- previousKeyRecord.
ValuePosition
);
329
previousKeyRecord.ValueSize = (int)(_binaryReader.BaseStream.Length - previousKeyRecord.
ValuePosition
);
340
if (record.
ValuePosition
== _binaryReader.BaseStream.Length)
345
_binaryReader.BaseStream.Seek(record.
ValuePosition
, SeekOrigin.Begin);
393
if (record.
ValuePosition
== _binaryReader.BaseStream.Length)
398
_binaryReader.BaseStream.Seek(record.
ValuePosition
, SeekOrigin.Begin);