2 writes to ValuePosition
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KeyRecord.cs (1)
35
ValuePosition
= valuePosition;
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
344
keyRecord.
ValuePosition
+= endOfKeysStartOfObjects;
7 references to ValuePosition
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (7)
347
previousKeyRecord.ValueSize = (int)(keyRecord.
ValuePosition
- previousKeyRecord.
ValuePosition
);
351
previousKeyRecord.ValueSize = (int)(_binaryReader.BaseStream.Length - previousKeyRecord.
ValuePosition
);
362
if (record.
ValuePosition
== _binaryReader.BaseStream.Length)
367
_binaryReader.BaseStream.Seek(record.
ValuePosition
, SeekOrigin.Begin);
416
if (record.
ValuePosition
== _binaryReader.BaseStream.Length)
421
_binaryReader.BaseStream.Seek(record.
ValuePosition
, SeekOrigin.Begin);